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(); },