mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化公众号代码
This commit is contained in:
parent
90d66836fb
commit
c0014c1608
@ -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">
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user