@ -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