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) } } });