隐藏健康豆
This commit is contained in:
parent
183540b8dd
commit
3f04703c8d
@ -41,14 +41,14 @@
|
|||||||
行为积分
|
行为积分
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item" @tap='gointegral'>
|
<!-- <view class="item" @tap='gointegral'>
|
||||||
<view class="number">
|
<view class="number">
|
||||||
{{appPersonallist.integral>0?appPersonallist.integral:0}}
|
{{appPersonallist.integral>0?appPersonallist.integral:0}}
|
||||||
</view>
|
</view>
|
||||||
<view class="text">
|
<view class="text">
|
||||||
健康豆
|
健康豆
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="item" @tap='gocoupon'>
|
<view class="item" @tap='gocoupon'>
|
||||||
<view class="number">
|
<view class="number">
|
||||||
{{appPersonallist.patientCouponCount>0?appPersonallist.patientCouponCount:0}}
|
{{appPersonallist.patientCouponCount>0?appPersonallist.patientCouponCount:0}}
|
||||||
@ -226,7 +226,6 @@
|
|||||||
return {
|
return {
|
||||||
baseurl: '',
|
baseurl: '',
|
||||||
appPersonallist: null, //获取个人信息
|
appPersonallist: null, //获取个人信息
|
||||||
timer: null,
|
|
||||||
list: {},
|
list: {},
|
||||||
showhome: false, //切换
|
showhome: false, //切换
|
||||||
familyList: null, //切换列表
|
familyList: null, //切换列表
|
||||||
@ -273,14 +272,6 @@
|
|||||||
type: 'success',
|
type: 'success',
|
||||||
duration: '1000'
|
duration: '1000'
|
||||||
})
|
})
|
||||||
if (that.timer) {
|
|
||||||
clearTimeout(that.timer)
|
|
||||||
}
|
|
||||||
that.timer = setTimeout(e => {
|
|
||||||
uni.switchTab({
|
|
||||||
url: '/pages/homepage/homepage'
|
|
||||||
})
|
|
||||||
}, 1000)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user