11 lines
543 B
Plaintext
11 lines
543 B
Plaintext
<view class="_m_vi_pl_swiper" tt:if="{{videoCanIUse}}">
|
|
<swiper bindchange="onchange" class="_m_vi_pl_swiper" vertical="{{true}}">
|
|
<block tt:for="{{3}}">
|
|
<swiper-item>
|
|
<video-player class="_m_v_w_video_player" poster="{{videoInfo.cover}}" album-id="{{videoInfo.album_id}}" episode-id="{{videoInfo.episode_id}}" cloud-type="{{videoInfo.cloudType}}" three-party-cloud="{{videoInfo.video_url}}" version="1">
|
|
|
|
</video-player>
|
|
</swiper-item>
|
|
</block>
|
|
</swiper>
|
|
</view> |