From f2ddfb4035bf1b46189ca2cb1dc00e06036827c1 Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Wed, 25 Mar 2026 17:39:31 +0800 Subject: [PATCH 1/2] 0 --- package1/order/orderDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package1/order/orderDetail.vue b/package1/order/orderDetail.vue index b9c18c1..f5dfaea 100644 --- a/package1/order/orderDetail.vue +++ b/package1/order/orderDetail.vue @@ -270,7 +270,7 @@ export default { data() { return { - pintuan:true, + pintuan:false, menuButtonInfo: {}, codeImg:'https://jewel-shop.oss-cn-beijing.aliyuncs.com/3a4e68eb14d7417cbb4f15fa85907c64.jpg' } From 4b4bc0f170b1f79e941e43dd215f8130e682c3ad Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Wed, 25 Mar 2026 18:08:36 +0800 Subject: [PATCH 2/2] 1 --- pages/index/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/index/index.vue b/pages/index/index.vue index 8dd4a2f..7803d8b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -861,6 +861,7 @@ this.getUserLocation(); // 建立WebSocket连接或定时请求获取配送员位置 this.getDeliveryLocation(); + this.getDelivery(); }, onShow() { let that = this @@ -896,6 +897,9 @@ this.checkTab(index); // 400ms后解除锁(动画200ms,预留200ms缓冲) setTimeout(() => { this.isSwitching = false; }, 400); + }, + getDelivery(){ + }, checkTab(index) { for (let i = 0; i < this.menuList.length; i++) {