fix: 🐛 退出登录后清空优惠券足迹展示

master
lemon橪 2023-03-28 11:32:13 +08:00
parent e37a8ec41d
commit b0447eec3a
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,8 @@ export default {
this.getUserOrderNum();
} else {
this.walletNum = 0;
this.couponNum = 0;
this.footNum = 0;
}
},
onPullDownRefresh() {