Merge pull request 'z8.3' (#100) from zhy into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/100
This commit was merged in pull request #100.
This commit is contained in:
2020-08-03 14:39:38 +08:00
11 changed files with 258 additions and 36 deletions

View File

@@ -158,10 +158,10 @@ export default {
methods: {
getUserInfo() {
this.$u.api.getMemberInfo().then(res => {
uni.stopPullDownRefresh();
if (res.errCode == 0) {
// this.userInfo = res.data.MemberArray;
this.$set(this, 'userInfo', res.data.MemberArray);
uni.stopPullDownRefresh();
}
})
},