16 lines
645 B
Plaintext
16 lines
645 B
Plaintext
<swiper vertical="true" bindchange="nextVideo">
|
|
<swiper-item wx:for="{{viList}}">
|
|
<video loop="true" enable-progress-gesture="true" object-fit="contain" src="{{item.vio}}" id="video{{index}}" />
|
|
<view class="video-right">
|
|
<view class="video-right-img" style="margin-bottom: 10rpx; background-image: url({{item.avatar}})" data-user_id="{{item.id}}" bindtap="toOtherUser"></view>
|
|
点赞 评论 转发
|
|
</view>
|
|
<view class="video-btm">
|
|
<view class="video-btm-con">
|
|
<text>@{{item.name}}</text><text>\t创建时间</text>
|
|
<view>标题</view>
|
|
</view>
|
|
</view>
|
|
</swiper-item>
|
|
</swiper>
|