From ddc90fe94152cc94836982a2057810aaeb570d48 Mon Sep 17 00:00:00 2001
From: tianyi <13521030702@163.com>
Date: Fri, 20 Mar 2026 18:01:42 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/tab-bar/delivery.vue | 244 ++++++++++++++++++++++++++++++--
components/tab-bar/myCenter.vue | 3 +
2 files changed, 239 insertions(+), 8 deletions(-)
diff --git a/components/tab-bar/delivery.vue b/components/tab-bar/delivery.vue
index 6cc057c..cbbfd5c 100644
--- a/components/tab-bar/delivery.vue
+++ b/components/tab-bar/delivery.vue
@@ -1,12 +1,140 @@
-
-
- 我是配送组件,当前显示正常 ✅
+
+
+
+
+
+
+
+ 待取货
+
+
+
+ 待送达
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+ #021
+
+
+
+ 代买饭
+
+
+ 立即送达(10:30前)
+
+
+ 备注:不要葱,不要香菜
+
+
+
+
+ 取件方式(3件)
+
+
+
+ 手机尾号
+
+
+
+
+
+
+ 手机尾号 - 5741
+
+
+
+
+
+
+
+
+
+ 沁园春第三食堂A20窗口
+
+
+ 18829382718
+
+
+
+
+
+
+
+
+
+
+ 11号宿舍楼610
+
+
+ 18829382718
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 配送佣金
+
+
+ ¥5.00 (包含¥2平台佣金)
+
+
+
+
+
+
+
+
+
+
+
+
@@ -15,7 +143,8 @@
export default {
data() {
return {
-
+ tab1Checked: 'daiqu',
+ menuButtonInfo: {},
}
},
props:{
@@ -23,8 +152,22 @@
},
watch: {
+ },
+ onReachBottom() {
+ if (this.searchForm.pageNumber >= this.totalPages) return;
+ // this.status = 'loading';
+ this.searchForm.pageNumber++;
+ this.getShopList();
+
},
methods: {
+ init(){
+ console.log("配送初始化")
+ this.menuButtonInfo = uni.getMenuButtonBoundingClientRect()
+ },
+ checkTab1(type) {
+ this.tab1Checked = type
+ },
ceshi(e) {
console.log("11111111",e)
if (e.detail.code) {
@@ -49,5 +192,90 @@
\ No newline at end of file
diff --git a/components/tab-bar/myCenter.vue b/components/tab-bar/myCenter.vue
index c52531e..24f849a 100644
--- a/components/tab-bar/myCenter.vue
+++ b/components/tab-bar/myCenter.vue
@@ -30,6 +30,9 @@
},
methods: {
+ init(){
+ console.log("我的初始化")
+ },
navigatorTo(e){
let url = ""
if(e=='addgoods'){