1.修改查看积分接口

yj-dev
杨杰 3 years ago
parent 0b435ff0f4
commit 49380342ea
  1. 2
      pages/order/confirmation.vue

@ -219,7 +219,6 @@
that.user = app.globalData.userInfo; that.user = app.globalData.userInfo;
that.getUserNormalDiscountList(); that.getUserNormalDiscountList();
that.findUser(); that.findUser();
that.getHuiLianTongCardBalance();
}, },
onHide() { onHide() {
@ -256,6 +255,7 @@
if (res.return_code == '000000') { if (res.return_code == '000000') {
app.globalData.userInfo = res.return_data; app.globalData.userInfo = res.return_data;
this.user = res.return_data; this.user = res.return_data;
this.getHuiLianTongCardBalance();
uni.setStorage({ uni.setStorage({
key: "user", key: "user",
data: res.return_data data: res.return_data

Loading…
Cancel
Save