|
|
@@ -256,16 +256,8 @@ Page({ |
|
|
|
levelName: res.data.levelName, |
|
|
|
upgradePercent: res.data.upgradePercent, |
|
|
|
upgradeScore: res.data.upgradeScore, |
|
|
|
memberId: res.data.id |
|
|
|
}) |
|
|
|
|
|
|
|
if (res.data.nickName) { |
|
|
|
that.setData({ |
|
|
|
memberId: res.data.id |
|
|
|
}) |
|
|
|
var initUrl = JSON.stringify({ |
|
|
|
flagid: res.data.id |
|
|
|
}); |
|
|
|
} |
|
|
|
}) |
|
|
|
.catch(err => { |
|
|
|
wx.showModal({ |
|
|
@@ -485,14 +477,14 @@ Page({ |
|
|
|
pageSize: 7 |
|
|
|
} |
|
|
|
}).then(res => { |
|
|
|
// that.getmemberId(app.globalData.token); |
|
|
|
that.getmemberId(app.globalData.token); |
|
|
|
// that.checkUserCarStatus(); |
|
|
|
that.setData({ |
|
|
|
list: res.data.list |
|
|
|
}); |
|
|
|
}) |
|
|
|
.catch(err => { |
|
|
|
// that.getmemberId(app.globalData.token); |
|
|
|
that.getmemberId(app.globalData.token); |
|
|
|
// that.checkUserCarStatus(); |
|
|
|
}); |
|
|
|
}, |
|
|
|