From 3890390b4f06647d4afe746dcdc7e3082885ee23 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期四, 12 十二月 2024 19:28:21 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit --- h5/pages/staff/snapshot.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/h5/pages/staff/snapshot.vue b/h5/pages/staff/snapshot.vue index a7050b6..8c9b8e2 100644 --- a/h5/pages/staff/snapshot.vue +++ b/h5/pages/staff/snapshot.vue @@ -56,8 +56,9 @@ </view> <view class="adduser_list_item_ipt1_upload" v-for="(item, i) in submitFileList" :key="i"> <u-icon class="close" size="20" name="close-circle-fill" color="red" @click="fileDel(i)"></u-icon> - <image v-if="item.type == 0" :src="item.fileurlFull" mode="widthFix"></image><video v-if="item.type == 1" - :src="item.fileurlFull"></video> + <image v-if="item.type == 0" :src="item.fileurlFull" mode="widthFix"></image> + <video v-if="item.type == 1" + :src="item.fileurlFull" :controls="false" :show-center-play-btn="false"></video> </view> </view> </view> -- Gitblit v1.9.3