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