MrShi
9 小时以前 049dc53bc4f4601f6c270fa6f0e430402acc8ba8
页面
已修改1个文件
14 ■■■■ 文件已修改
h5/pages/staff/task/vDangetAppr.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/staff/task/vDangetAppr.vue
@@ -14,7 +14,7 @@
                        class="img" />
                    <view v-if="item.type == 1" @click="videoClick(item, i)" class="video_wrap">
                        <video :src="item.fileurlFull" initial-time="0.01" :show-center-play-btn="false" :controls="false"
                            class="video" :enable-progress-gesture="false" muted />
                            class="video" :enable-progress-gesture="false" />
                        <image src="@/static/play.png" class="play" mode=""></image>
                    </view>
                </view>
@@ -48,7 +48,7 @@
                        :enable-progress-gesture="false" autoplay muted></video> -->
                        <view v-if="item.type == 1" @click="videoClick(item, i)" class="video_wrap">
                            <video :src="item.fileurlFull" :initial-time="0.01" :show-center-play-btn="false" :controls="false"
                                class="video" :enable-progress-gesture="false" muted />
                                class="video" :enable-progress-gesture="false" />
                            <image src="@/static/play.png" class="play" mode=""></image>
                        </view>
                    </view>
@@ -64,7 +64,7 @@
                        :enable-progress-gesture="false" autoplay muted></video> -->
                        <view v-if="item.type == 1" @click="videoClick(item, i)" class="video_wrap">
                            <video :src="item.fileurlFull" :initial-time="0.01" :show-center-play-btn="false" :controls="false"
                                class="video" :enable-progress-gesture="false" muted />
                                class="video" :enable-progress-gesture="false" />
                            <image src="@/static/play.png" class="play" mode=""></image>
                        </view>
                    </view>
@@ -155,7 +155,7 @@
                        :enable-progress-gesture="false" autoplay muted></video> -->
                        <view v-if="item.type == 1" @click="videoClick(item, i)" class="video_wrap">
                            <video :src="item.fileurlFull" :initial-time="0.01" :show-center-play-btn="false" :controls="false"
                                class="video" :enable-progress-gesture="false" muted />
                                class="video" :enable-progress-gesture="false" />
                            <image src="@/static/play.png" class="play" mode=""></image>
                        </view>
                    </view>
@@ -201,7 +201,7 @@
                        :enable-progress-gesture="false" muted></video> -->
                        <view v-if="item.type == 1" class="video_wrap">
                            <video :src="item.fileurlFull" :initial-time="0.01" :show-center-play-btn="false" :controls="false"
                                class="video" :enable-progress-gesture="false" muted />
                                class="video" :enable-progress-gesture="false" />
                            <image src="@/static/play.png" class="play" mode=""></image>
                        </view>
                    </view>
@@ -222,7 +222,7 @@
                        <!-- <video v-if="item.type == 1" :src="item.fileurlFull" :show-center-play-btn="false" :controls="false"></video> -->
                        <view v-if="item.type == 1" class="video_wrap">
                            <video :src="item.fileurlFull" :initial-time="0.01" :show-center-play-btn="false" :controls="false"
                                class="video" :enable-progress-gesture="false" muted />
                                class="video" :enable-progress-gesture="false" />
                            <image src="@/static/play.png" class="play" mode=""></image>
                        </view>
                    </view>
@@ -297,7 +297,7 @@
        <!--  -->
        <view v-if="videoPlay" class="video_app">
            <video controls autoplay muted x5-video-player-type="h5" x5-video-player-fullscreen="true" id="myvideo"
            <video controls autoplay x5-video-player-type="h5" x5-video-player-fullscreen="true" id="myvideo"
                :src="videoUrl" @fullscreenchange="screenChange"></video>
            <view class="bg" @click="closeVideo"></view>
        </view>