From 2f52020b24011fd240ffc88a36de8cba7a3a70ea Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Sun, 22 Mar 2026 17:38:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=20=20=E7=99=BB=E5=BD=95=E9=80=BB?= =?UTF-8?q?=E8=BE=91=20=E6=96=B0=E7=9A=84=E5=85=B3=E6=B3=A8=E5=85=AC?= =?UTF-8?q?=E4=BC=97=E5=8F=B7=20=E7=94=A8=E6=88=B7=E7=BB=91=E5=AE=9A=20?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E9=85=8D=E9=80=81=E5=91=98=E4=B8=8A=E4=B8=8B?= =?UTF-8?q?=E7=BA=BF=EF=BC=8C=E8=AE=BE=E7=BD=AE=E6=8E=A5=E5=8D=95=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 0a140cd..88d59bb 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -775,7 +775,12 @@ switch (index) { case 1: console.log(that.$refs) - that.$refs.deLiveryPage.init() + let worker = uni.getStorageSync('worker') + if(worker == '' || worker == undefined || worker == null){ + this.tui.toast('您还没有注册兼职') + }else{ + that.$refs.deLiveryPage.init() + } break; case 2: uni.navigateTo({