Commit 6ca5b84e authored by tanjuanjuan's avatar tanjuanjuan

测试

parent 5bf3d373
...@@ -59,15 +59,15 @@ ...@@ -59,15 +59,15 @@
] ]
} }
onLoad(()=>{ onLoad(()=>{
model.idCardNum="200"
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);
if(info.data){ if(info){
model.idCardNum= info.data.uIdCardNo; model.idCardNum= info.data.uIdCardNo;
}else{ }else{
model.idCardNum="100" model.idCardNum="100"
......
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