From b0447eec3a177688420e74e03c7eb1e4e85c1626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Tue, 28 Mar 2023 11:32:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E9=80=80=E5=87=BA=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E5=90=8E=E6=B8=85=E7=A9=BA=E4=BC=98=E6=83=A0=E5=88=B8?= =?UTF-8?q?=E8=B6=B3=E8=BF=B9=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabbar/user/my.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/tabbar/user/my.vue b/pages/tabbar/user/my.vue index 04a6852..98c5c98 100644 --- a/pages/tabbar/user/my.vue +++ b/pages/tabbar/user/my.vue @@ -103,6 +103,8 @@ export default { this.getUserOrderNum(); } else { this.walletNum = 0; + this.couponNum = 0; + this.footNum = 0; } }, onPullDownRefresh() {