Commit 98c99052 authored by limingzhe's avatar limingzhe

fix: 背景适配 识别放宽

parent a005953e
...@@ -3,8 +3,15 @@ ...@@ -3,8 +3,15 @@
<div style="padding: 20px;"> <div style="padding: 20px;">
<h3>填充背景</h3>
<div style="width: 300px;">
<app-upload-image-with-preview
[picUrl]="item.bg_pic_url"
(imageUploaded)="onImageUploadSuccess($event, 'bg_pic_url', item)">
</app-upload-image-with-preview>
</div>
<h2>热区配置:</h2> <h2 style="margin-top: 30px;">热区配置:</h2>
<app-custom-hot-zone <app-custom-hot-zone
[bgItem]="item.bgItem" [bgItem]="item.bgItem"
[hotZoneItemArr]="item.hotZoneItemArr" [hotZoneItemArr]="item.hotZoneItemArr"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment