|
@@ -7,7 +7,7 @@
|
|
|
<view v-if="form.contentShareLayoutList">
|
|
|
<view class="item" v-for="item in form.contentShareLayoutList" :key="item.id">
|
|
|
<!-- 图片 -->
|
|
|
- <img v-if="item.layoutType === 0" mode="aspectFit" :src="item.contentPic" />
|
|
|
+ <img v-if="item.layoutType === 0" :src="item.contentPic" />
|
|
|
<!-- 音频 -->
|
|
|
<my-audio v-if="item.layoutType === 1" :ref="`video${item.sort}`" :bg="form.audioBackgroundImage"
|
|
|
:pic="item.contentPic" :name="item.contentName" :singer="item.contentInfo.singerName"
|