mirror of
https://gitee.com/bagee/jd-coupon-miniapp.git
synced 2025-06-17 07:45:27 +08:00
10 lines
668 B
Plaintext
10 lines
668 B
Plaintext
<!--page_package/video-play/video-play.wxml-->
|
|
<view class='cu-custom'>
|
|
<view class="cu-bar fixed bg-shadeTop" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}px;">
|
|
<navigator class='action' open-type="navigateBack" delta="1" hover-class="none">
|
|
<text class='cuIcon-back'></text> 返回
|
|
</navigator>
|
|
</view>
|
|
</view>
|
|
|
|
<video-swiper class="container" video-list="{{videos}}" current="{{current}}" bindplay="onPlay" bindpause="onPause" bindtimeupdate="onTimeUpdate" bindended="onEnded" binderror="onError" objectFit="fill" bindwaiting="onWaiting" bindprogress="onProgress" bindloadedmetadata="onLoadedMetaData" bindshare="onShare"></video-swiper> |