浏览代码

fix[litemall-vue]: fix bug

Junling Bu 6 年之前
父节点
当前提交
b785a6ff05
共有 1 个文件被更改,包括 1 次插入2 次删除
  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;
         this.finished = res.data.data.page >= res.data.data.pages;
       });
       });
     },
     },
-    handleTabClick(index) {
-      this.activeIndex = index;
+    handleTabClick() {
       this.page = 0;
       this.page = 0;
       this.couponList = [];
       this.couponList = [];
       this.getCouponList();
       this.getCouponList();