diff --git a/public/pages/property/simplifyAcceptance/simplifyAcceptance.js b/public/pages/property/simplifyAcceptance/simplifyAcceptance.js index 0d593535e..0bed02d82 100644 --- a/public/pages/property/simplifyAcceptance/simplifyAcceptance.js +++ b/public/pages/property/simplifyAcceptance/simplifyAcceptance.js @@ -155,7 +155,7 @@ let _owner = _ownerJson.data; vc.copyObject(_owner, $that.simplifyAcceptanceInfo); $that.simplifyAcceptanceInfo.ownerRemark = _owner.remark; - $that.simplifyAcceptanceInfo.ownerPhoto = _owner.url; + $that.simplifyAcceptanceInfo.ownerPhoto = _owner.faceUrl; if (!_owner.hasOwnProperty('rooms')) { return; }