You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<view class="flex justify-center align-center data-v-66cc97c2" style="{{'width:'+(width+'px')+';'}}"><video class="flex justify-center align-center data-v-66cc97c2 vue-ref" style="{{'height:'+(height+'px')+';'+('width:'+(width+'px')+';')}}" id="{{'video'+videoId}}" src="{{src}}" controls="{{false}}" show-play-btn="{{false}}" enable-progress-gesture="{{false}}" object-fit="{{videoFit}}" loop="{{true}}" data-ref="`video${videoId}`" data-event-opts="{{[['play',[['continuePlay',['$event']]]],['timeupdate',[['timeupdate',['$event']]]]]}}" muted="{{!initialize||!play}}" bindplay="__e" bindtimeupdate="__e"></video><block wx:if="{{!play&&!OpenCover}}"><view class="position-absolute data-v-66cc97c2"><text class="icon data-v-66cc97c2"></text></view></block><block wx:if="{{OpenCover}}"><view class="position-absolute data-v-66cc97c2"><image style="{{'height:'+(height+'px')+';'+('width:'+(width+'px')+';')}}" src="{{coverUrl}}" mode="aspectFill" class="data-v-66cc97c2"></image><view class="position-center align-center justify-center data-v-66cc97c2"><text class="icon icon-spin data-v-66cc97c2"></text></view></view></block><view class="video-top data-v-66cc97c2"></view><view class="video-bottom data-v-66cc97c2"></view></view>
|