|
|
@@ -24,8 +24,8 @@
|
|
|
vc.on('editOwner','openEditOwnerModal',function(_owner){
|
|
|
vc.copyObject(_owner,vc.component.editOwnerInfo);
|
|
|
//根据memberId 查询 照片信息
|
|
|
- vc.component.editOwnerInfo.ownerPhoto = "https://hc.demo.winqi.cn/callComponent/download/getFileByObjId/file?objId="+
|
|
|
- vc.component.editOwnerInfo.memberId +"&communityId="+vc.getCurrentCommunity().communityId+"fileTypeCd=10000";
|
|
|
+ vc.component.editOwnerInfo.ownerPhoto = "https://hc.demo.winqi.cn/callComponent/download/getFile/fileByObjId?objId="+
|
|
|
+ vc.component.editOwnerInfo.memberId +"&communityId="+vc.getCurrentCommunity().communityId+"&fileTypeCd=10000";
|
|
|
$('#editOwnerModel').modal('show');
|
|
|
vc.component._initAddOwnerMediaForEdit();
|
|
|
});
|