Fix:2482 【商城小程序】养生圣地,店铺封面为视频时,隐藏封面入口封面的播放图标
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<view class="trave-item v12-mr-3 v12-mt-3">
|
||||
<view class="trave-item">
|
||||
<image class="trave-item" :src="item.cover" v-if="item.coverType === 1"></image>
|
||||
<video class="trave-item" :src="item.cover" :show-fullscreen-btn="false" v-if="item.coverType === 2"></video>
|
||||
<video class="trave-item" :src="item.cover" :show-fullscreen-btn="false" :show-center-play-btn="flase" :show-play-btn="false" v-if="item.coverType === 2"></video>
|
||||
</view>
|
||||
<view class="trave-btn" @click="toStore(item.hotelId)">
|
||||
<text>旅居预约</text>
|
||||
@@ -49,6 +49,8 @@
|
||||
:src="item.cover"
|
||||
:play-btn-position="center"
|
||||
:show-fullscreen-btn="false"
|
||||
:show-center-play-btn="flase"
|
||||
:show-play-btn="false"
|
||||
v-if="item.coverType === 2">
|
||||
</video>
|
||||
<view class="v12-white-text address">
|
||||
|
||||
Reference in New Issue
Block a user