fix[litemall-vue]: fix bug

This commit is contained in:
Junling Bu
2019-07-11 15:30:16 +08:00
parent 8d82b1202a
commit b785a6ff05

View File

@@ -89,8 +89,7 @@ export default {
this.finished = res.data.data.page >= res.data.data.pages;
});
},
handleTabClick(index) {
this.activeIndex = index;
handleTabClick() {
this.page = 0;
this.couponList = [];
this.getCouponList();