Commit b785a6ff authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-vue]: fix bug

parent 8d82b120
......@@ -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();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment