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