From 45f2427fd333018af8ad316fb0531fe036b40f0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 12 Oct 2023 11:19:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 1 - pages/homepage/homepage.vue | 35 +++++++++++++++++++---------------- 2 files changed, 19 insertions(+), 17 deletions(-) diff --git a/pages.json b/pages.json index 6489c55..4c6dec9 100644 --- a/pages.json +++ b/pages.json @@ -414,7 +414,6 @@ "enablePullDownRefresh": false } }, - { "path": "Filinginformation/Filinginformation", "style": { diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index 6b7b072..894f245 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -113,22 +113,25 @@ }, // 家医签约 goonline() { - if (!this.userinfo) { - this.gologin(); - } else { - if (!this.checkSign) { - this.$refs.uToast.show({ - title: '未签约,请先签约', - type: 'error', - duration: '1000', - url: "/pagesC/Onlinesigning/Onlinesigning" - }) - } else { - uni.navigateTo({ - url: "/pagesB/mysigning/mysigning" - }) - } - } + uni.navigateTo({ + url: "/pagesB/mysigning/mysigning" + }) + // if (!this.userinfo) { + // this.gologin(); + // } else { + // if (!this.checkSign) { + // this.$refs.uToast.show({ + // title: '未签约,请先签约', + // type: 'error', + // duration: '1000', + // url: "/pagesC/Onlinesigning/Onlinesigning" + // }) + // } else { + // uni.navigateTo({ + // url: "/pagesB/mysigning/mysigning" + // }) + // } + // } }, // 积分兑换 count() {