From 3f04703c8d243587a10c78c8e382c203434d1e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Mon, 18 Dec 2023 09:53:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=81=A5=E5=BA=B7=E8=B1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/myinformation/myinformation.vue | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue index deb7995..5983032 100644 --- a/pages/myinformation/myinformation.vue +++ b/pages/myinformation/myinformation.vue @@ -41,14 +41,14 @@ 行为积分 - + {{appPersonallist.patientCouponCount>0?appPersonallist.patientCouponCount:0}} @@ -226,7 +226,6 @@ return { baseurl: '', appPersonallist: null, //获取个人信息 - timer: null, list: {}, showhome: false, //切换 familyList: null, //切换列表 @@ -273,14 +272,6 @@ type: 'success', duration: '1000' }) - if (that.timer) { - clearTimeout(that.timer) - } - that.timer = setTimeout(e => { - uni.switchTab({ - url: '/pages/homepage/homepage' - }) - }, 1000) } } });