From 8c72cdcb0a29e80a08f7488b6cabaff6a4adf563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Fri, 29 Oct 2021 11:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=91=E7=9A=84=E4=BC=98?= =?UTF-8?q?=E6=83=A0=E5=88=B8=E4=B8=ADbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cart/coupon/myCoupon.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pages/cart/coupon/myCoupon.vue b/pages/cart/coupon/myCoupon.vue index fbbea77..8a3778e 100644 --- a/pages/cart/coupon/myCoupon.vue +++ b/pages/cart/coupon/myCoupon.vue @@ -2,7 +2,8 @@ - {{ + {{ item.text }} @@ -11,9 +12,10 @@ - + - + @@ -114,6 +116,7 @@ export default { }, onShow() { + this.navList[this.tabCurrentIndex].dataList = []; this.getData(); }, @@ -158,7 +161,6 @@ export default { this.navList[index].dataList.push(...data); } } - console.log(this.navList[index].dataList) uni.hideLoading(); }); },