Commit 958740cd authored by 何怡红's avatar 何怡红

1

parent 813d20c4
...@@ -160,10 +160,11 @@ const goback = () => { ...@@ -160,10 +160,11 @@ const goback = () => {
}; };
onLoad(() => { onLoad(() => {
xma.xh.getUserProfile({ xma.xh.getUserProfile({
range: ['ACCOUNT'], range: ['MOBILE'],
success(info) { success(info) {
// info.data: // info.data:
// { uAvatar: '', uIdCardNo: '', uMobile: '', uName: '', uNickname: '', uid: '' } // { uAvatar: '', uIdCardNo: '', uMobile: '', uName: '', uNickname: '', uid: '' }
console.log(111);
console.log(info.data); console.log(info.data);
}, },
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment