fix: 🐛 退出登录后清空优惠券足迹展示
parent
e37a8ec41d
commit
b0447eec3a
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue