From b785a6ff0521c9a89b0cd1d850918088c3b32e4c Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Thu, 11 Jul 2019 15:30:16 +0800 Subject: [PATCH] fix[litemall-vue]: fix bug --- litemall-vue/src/views/user/coupon-list/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/litemall-vue/src/views/user/coupon-list/index.vue b/litemall-vue/src/views/user/coupon-list/index.vue index 465f02f7..a7b2f165 100644 --- a/litemall-vue/src/views/user/coupon-list/index.vue +++ b/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();