Commit 5bf3d373 authored by tanjuanjuan's avatar tanjuanjuan

测试

parent 8a5678ed
...@@ -63,12 +63,17 @@ ...@@ -63,12 +63,17 @@
xma.xh.getUserProfile({ xma.xh.getUserProfile({
range: ['ACCOUNT'], range: ['ACCOUNT'],
success(info) { success(info) {
console.log("in on load") console.log("in on load");
// info.data: // info.data:
// { uAvatar: '', uIdCardNo: '', uMobile: '', uName: '', uNickname: '', uid: '' } // { uAvatar: '', uIdCardNo: '', uMobile: '', uName: '', uNickname: '', uid: '' }
console.log(info.data); console.log(info.data);
model.idCardNum= info.data.uIdCardNo if(info.data){
}, model.idCardNum= info.data.uIdCardNo;
}else{
model.idCardNum="100"
}
}
}); });
}) })
const handleClickLeft = () => { const handleClickLeft = () => {
......
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