mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
fix: 🐛 退出登录后清空优惠券足迹展示
This commit is contained in:
@@ -103,6 +103,8 @@ export default {
|
|||||||
this.getUserOrderNum();
|
this.getUserOrderNum();
|
||||||
} else {
|
} else {
|
||||||
this.walletNum = 0;
|
this.walletNum = 0;
|
||||||
|
this.couponNum = 0;
|
||||||
|
this.footNum = 0;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onPullDownRefresh() {
|
onPullDownRefresh() {
|
||||||
|
|||||||
Reference in New Issue
Block a user