|
@@ -69,7 +69,7 @@
|
69
|
69
|
<div class="drawTemplateItem" v-for="(item,index) in templateList" :key="index">
|
70
|
70
|
<a :class="{'active': templateActiveIndex === index}" @click="cutTemplate(index)" @dblclick="dbTemplateClick(index)">
|
71
|
71
|
<input type="file" :ref="'templateImg' + index" hidden @change="templateImgChange(item, $event)">
|
72
|
|
- <img :src="item.TplImg" style="width:100%;height:100%;object-fit: contain;">
|
|
72
|
+ <img :src="item.MiniPic" style="width:100%;height:100%;object-fit: contain;">
|
73
|
73
|
</a>
|
74
|
74
|
<el-button
|
75
|
75
|
v-if="item.currentImg !== ''"
|
|
@@ -86,7 +86,7 @@
|
86
|
86
|
<div class="flex-item">
|
87
|
87
|
<div style="width:300px;" :style="{height: this.postData.Imgs.length ? '300px' : '40px'}">
|
88
|
88
|
<img v-if="this.postData.Imgs.length" class="contain" :src="this.postData.Imgs[0].ImgUrl" alt="">
|
89
|
|
- <span v-else style="line-height:40px;font-size:11px;color:#ccc;">暂未更换背景图</span>
|
|
89
|
+ <span v-else style="line-height:40px;font-size:11px;color:#ccc;">默认背景图</span>
|
90
|
90
|
</div>
|
91
|
91
|
</div>
|
92
|
92
|
</li>
|