@ended="videoEndCallback" controls="false"
show-center-play-btn="false"> </video>
<!--图片-->
<view v-if="(MediaType == 2)" style="height: 100vh;width: 100%;">
<image style="width: 100%; height: 100vh;background: black" mode="aspectFit" :src="itemSrc"
@error="imageError"></image>
</view>
<!-- 空状态 -->
<view v-if="!itemSrc" style="font-weight: bold;font-size: 46px;height: 100vh;width:100%;display: flex;align-items: center;justify-content: center;">
<text>为空</text>
</view>
</view>
0 个回复