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