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