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.
25 lines
804 B
25 lines
804 B
<!--utils/video/video.wxml-->
|
|
<view class="main">
|
|
<video style="width: 100%;" src="{{host+data.fileUrl}}"></video>
|
|
<view class="bottom">
|
|
<view class="title">{{data.title}}</view>
|
|
<view class="cards">
|
|
<view class="card">星途追风</view>
|
|
<view class="card">星途凌云</view>
|
|
</view>
|
|
<view class="operation">
|
|
<view class="one">
|
|
<image style="width: 24rpx;height: 24rpx;" src="/images/ic_fx_bs@2x.png"></image>
|
|
分享
|
|
</view>
|
|
<view class="one">
|
|
<image style="width: 24rpx;height: 24rpx;" src="/images/ic_sc_bs@2x.png"></image>
|
|
收藏
|
|
</view>
|
|
<view class="one">
|
|
<image style="width: 24rpx;height: 24rpx;" src="/images/ic_bc_bs@2x.png"></image>
|
|
保存
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view> |