优化代码

This commit is contained in:
wuxw 2024-11-27 23:12:49 +08:00
parent 655b325d04
commit 8131292ec0

View File

@ -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;
}