From e121c89ff0efe512da6a0c28f6a2f3bee13613b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Thu, 13 Apr 2023 15:25:29 +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/Modifyinformation/Modifyinformation.vue | 2 +- pages/homepage/homepage.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Modifyinformation/Modifyinformation.vue b/pages/Modifyinformation/Modifyinformation.vue index af1a8df..0c449de 100644 --- a/pages/Modifyinformation/Modifyinformation.vue +++ b/pages/Modifyinformation/Modifyinformation.vue @@ -277,7 +277,7 @@ that.$refs.uToast.show({ title: '为了保证资料真实,平台需要对你的资料进行审核,请耐心等待', type: 'success', - duration: '1500', + duration: '10000', }) if (that.timer) { clearTimeout(that.timer) diff --git a/pages/homepage/homepage.vue b/pages/homepage/homepage.vue index 850cd3a..6abded1 100644 --- a/pages/homepage/homepage.vue +++ b/pages/homepage/homepage.vue @@ -117,7 +117,7 @@ uni.navigateTo({ url: "/pages/template/template" }) - } else if (this.nursePersonRole = 'nursePersonRole') { + } else if (this.personRoleLoginFlag = 'nursePersonRole') { this.personopenPopup(); } },