优化公众号代码

This commit is contained in:
Your Name 2023-02-28 01:52:53 +08:00
parent 90d66836fb
commit c0014c1608
2 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,7 @@
<div class="padding margin-top">
<div class="">
<div class="text-center vc-float-left" style="width: 150px;">
<image width="120px" height="140px" v-bind:src="simplifyAcceptanceInfo.ownerPhoto"
<image width="120px" height="140px" class="border-radius" v-bind:src="simplifyAcceptanceInfo.ownerPhoto"
@error="errorLoadImg"/>
</div>
<div class="row">

View File

@ -146,6 +146,7 @@
let _owner = _ownerJson.data;
vc.copyObject(_owner, $that.simplifyAcceptanceInfo);
$that.simplifyAcceptanceInfo.ownerRemark = _owner.remark;
$that.simplifyAcceptanceInfo.ownerPhoto = _owner.url;
if (!_owner.hasOwnProperty('rooms')) {
return;
}