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] 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++) {