Browse Source

fix[litemall-vue]: fix bug

Junling Bu 6 years ago
parent
commit
b785a6ff05
1 changed files with 1 additions and 2 deletions
  1. 1 2
      litemall-vue/src/views/user/coupon-list/index.vue

+ 1 - 2
litemall-vue/src/views/user/coupon-list/index.vue

@@ -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();