浏览代码

内容页面

DESKTOP-SVI9JE1\muzen 1 年之前
父节点
当前提交
e09091b2b2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/content/index.vue

+ 1 - 1
src/pages/content/index.vue

@@ -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"