优化代码

This commit is contained in:
java110 2020-10-28 10:04:59 +08:00
parent ad10f170cd
commit 11130ca8c4

View File

@ -14,7 +14,7 @@
remark:"",
idCard:"",
link:"",
ownerPhoto:"/img/noPhoto.gif",
ownerPhoto:"/img/noPhoto.jpg",
sexName:''
}
},
@ -43,7 +43,7 @@
vc.component.ownerInfo.ownerId +"&communityId="+vc.getCurrentCommunity().communityId+"&fileTypeCd=10000&time="+new Date();
},
errorLoadImg:function(){
vc.component.ownerInfo.ownerPhoto="/img/noPhoto.gif";
vc.component.ownerInfo.ownerPhoto="/img/noPhoto.jpg";
}
}
});