效果图


<template>
<view v-if="info" class="all">
<video
:src="info.videoUrl"
class="video" id="video" :controls="true" object-fit="fill" :show-fullscreen-btn="false"
play-btn-position="center"
:autoplay="true" @loadedmetadata="loadedMetadata"></video>
<view class="slider">
<view class="thumb-left" @touchmove="e=>handleTouchMove(e,0)" @touchend="e=>handleTouchEnd(e,0)"
:style="` margin-left: ${thumbLeft}px;`">{
{ start }}
</view>
<view class="slider-bg"></view>
<view class="thumb-right" @touchmove="e=>handleTouchMove(e,1)" @touchend="e=>handleTouchEn

最低0.47元/天 解锁文章

被折叠的 条评论
为什么被折叠?



