1
This commit is contained in:
parent
a49d953ccc
commit
257cf7df40
@ -80,7 +80,7 @@
|
||||
levelEquityList: []
|
||||
};
|
||||
},
|
||||
onLoad(data) {
|
||||
onShow(data) {
|
||||
//当前登录用户信息
|
||||
this.customInfo = JSON.parse(uni.getStorageSync('customerInfo'))
|
||||
this.getMemberList()
|
||||
|
@ -37,7 +37,7 @@
|
||||
customInfo:{}
|
||||
};
|
||||
},
|
||||
onLoad(data) {
|
||||
onShow(data) {
|
||||
//当前登录用户信息
|
||||
this.customInfo = JSON.parse(uni.getStorageSync('customerInfo'))
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user