'签字前的防范视频'

This commit is contained in:
proudlx
2021-04-20 17:20:23 +08:00
parent 317772ccaa
commit 21579c672a

View File

@@ -219,7 +219,7 @@
</div>
<van-popup v-model="videoShow" position="bottom" closeable style="height: 100vh">
<!-- <video controls style="width: 100%; max-height: calc(100vh - 60px)" src="/app/video/rlsb.mp4"></video> -->
<video controls style="width: 100%; max-height: calc(100vh - 60px)" :src="this.assetsUrl + 'video/rlsb.mp4'"></video>
<video controls style="width: 100%; max-height: calc(100vh - 60px)" :src="this.$assetsUrl + 'video/rlsb.mp4'"></video>
<div class="bottom-btn bg-white">
<van-button type="danger" size="large" @click="goUrl" v-no-more-click="1000">下一步</van-button>
</div>