Commit 6ca5b84e authored by tanjuanjuan's avatar tanjuanjuan

测试

parent 5bf3d373
......@@ -59,15 +59,15 @@
]
}
onLoad(()=>{
model.idCardNum="200"
xma.xh.getUserProfile({
range: ['ACCOUNT'],
success(info) {
console.log("in on load");
// console.log("in on load");
// info.data:
// { uAvatar: '', uIdCardNo: '', uMobile: '', uName: '', uNickname: '', uid: '' }
console.log(info.data);
if(info.data){
//console.log(info.data);
if(info){
model.idCardNum= info.data.uIdCardNo;
}else{
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