From cfd822b5edc5c885b8c3a59611d6ba1515cb9a11 Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Fri, 24 Apr 2026 16:21:44 +0800 Subject: [PATCH] 1 --- components/tab-bar/delivery.vue | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/components/tab-bar/delivery.vue b/components/tab-bar/delivery.vue index 8a64d58..2486729 100644 --- a/components/tab-bar/delivery.vue +++ b/components/tab-bar/delivery.vue @@ -54,7 +54,7 @@ 接单规则 - + 已上线 @@ -529,6 +529,7 @@ uni.showToast({ title: '设置成功' }); + that.$refs.carPopup.close() } else { uni.showToast({ title: res.message, @@ -551,7 +552,7 @@ } }, openPopup() { - if(this.isOnLine != 0){ + if(this.isOnLine != 1){ this.tui.toast('请先上线后配置'); return; } @@ -578,7 +579,7 @@ that.$forceUpdate(); } this.zhipaiCheck = uni.getStorageSync('worker').getPushOrder==1?true:false - if(uni.getStorageSync('waimaiData')){ + /* if(uni.getStorageSync('waimaiData')){ let waimaiData = uni.getStorageSync('waimaiData') for(let i=0;i