From 67bb91fca1010f08578103d2e23a6666684edc44 Mon Sep 17 00:00:00 2001 From: yangsanTT <812952667@qq.com> Date: Sun, 19 Sep 2021 16:24:58 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E6=83=A0=E5=88=B8=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/confirmation.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/order/confirmation.vue b/pages/order/confirmation.vue index faf0533..5184540 100644 --- a/pages/order/confirmation.vue +++ b/pages/order/confirmation.vue @@ -217,6 +217,7 @@ let that =this; that.paytype = ''; that.user = app.globalData.userInfo; + that.getUserNormalDiscountList(); that.findUser(); that.getHuiLianTongCardBalance(); },