From 49380342eab2cf177df3bdbea9d1ca6b1216faa6 Mon Sep 17 00:00:00 2001 From: yangjie <812952667@qq.com> Date: Wed, 29 Sep 2021 17:55:42 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E6=9F=A5=E7=9C=8B=E7=A7=AF?= =?UTF-8?q?=E5=88=86=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/confirmation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/order/confirmation.vue b/pages/order/confirmation.vue index 5184540..679e932 100644 --- a/pages/order/confirmation.vue +++ b/pages/order/confirmation.vue @@ -219,7 +219,6 @@ that.user = app.globalData.userInfo; that.getUserNormalDiscountList(); that.findUser(); - that.getHuiLianTongCardBalance(); }, onHide() { @@ -256,6 +255,7 @@ if (res.return_code == '000000') { app.globalData.userInfo = res.return_data; this.user = res.return_data; + this.getHuiLianTongCardBalance(); uni.setStorage({ key: "user", data: res.return_data