隐藏健康豆

This commit is contained in:
2023-12-18 09:53:32 +08:00
parent 183540b8dd
commit 3f04703c8d

View File

@ -41,14 +41,14 @@
行为积分
</view>
</view>
<view class="item" @tap='gointegral'>
<!-- <view class="item" @tap='gointegral'>
<view class="number">
{{appPersonallist.integral>0?appPersonallist.integral:0}}
</view>
<view class="text">
健康豆
</view>
</view>
</view> -->
<view class="item" @tap='gocoupon'>
<view class="number">
{{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)
}
}
});