购物车新增领劵判断,优化我的优惠券中可能出现的Bug

This commit is contained in:
lemon橪
2021-12-25 10:55:25 +08:00
parent a8836744f6
commit 32a6bbacd0
3 changed files with 12 additions and 3 deletions

View File

@@ -116,6 +116,7 @@ export default {
},
onShow() {
this.navList[this.tabCurrentIndex].params.pageNumber = 1
this.navList[this.tabCurrentIndex].dataList = [];
this.getData();
},