Commit 7d1aefea authored by 黄奎's avatar 黄奎

5

parent a35ab562
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
:enable-progress-gesture="true" :controls="true" :show-progress="true" :enable-progress-gesture="true" :controls="true" :show-progress="true"
:show-mute-btn="true" objectFit="cover"></video> :show-mute-btn="true" objectFit="cover"></video>
<image @click="previewImage(index)" style="width:100%;height:100%;" v-else <image @click="previewImage(index)" style="width:100%;height:100%;" v-else
:src="item.pic_url" mode="scaleToFill"></image> :src="item.pic_url" :mode="u.TenantId==27 ? 'scaleToFill' : 'aspectFill'"></image>
</swiper-item> </swiper-item>
</block> </block>
</swiper> </swiper>
......
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