From 8131292ec015a2d0a27c890d421dcf3dfe2d5981 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 27 Nov 2024 23:12:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/pages/property/simplifyAcceptance/simplifyAcceptance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }