开发
This commit is contained in:
parent
cc1fc4efa9
commit
e74cbab2bc
@ -32,11 +32,9 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 媒体内容 -->
|
<!-- 媒体内容 -->
|
||||||
<video class="img_video_warp" :src="socketData.videoUrl" v-if="getType == 'video' && socketData.videoUrl"
|
<video class="img_video_warp" :src="socketData.videoUrl" v-if="socketData.videoUrl"
|
||||||
@loadedmetadata="handleMediaLoaded" @error="handleMediaError"></video>
|
@loadedmetadata="handleMediaLoaded" @error="handleMediaError"></video>
|
||||||
<image class="img_video_warp" :src="BASE_IMG_URL + ' minePage/ee5fb9e11ece5eb0ae54a3c9c30780ee.jpeg'" v-else
|
<image class="img_video_warp" :src="socketData.imageUrl" v-else-if="socketData.imageUrl"
|
||||||
mode="aspectFill" />
|
|
||||||
<image class="img_video_warp" :src="socketData.imageUrl" v-if="getType == 'img' && socketData.imageUrl"
|
|
||||||
@load="handleMediaLoaded" @error="handleMediaError"></image>
|
@load="handleMediaLoaded" @error="handleMediaError"></image>
|
||||||
<image class="img_video_warp" :src="TOPBG" v-else mode="aspectFill" />
|
<image class="img_video_warp" :src="TOPBG" v-else mode="aspectFill" />
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
Reference in New Issue
Block a user