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.

27 lines
977 B

3 years ago
<!--pages/lookup/lookimg/img.wxml-->
<!--utils/video/video.wxml-->
<view class="main">
<image style="width: 100%;" src="{{cdn+data.fileUrl}}"></image>
3 years ago
<view class="bottom">
<view class="title">{{data.title}}</view>
3 years ago
<view class="cards">
<view class="card">星途追风</view>
<view class="card">星途凌云</view>
</view>
<view class="operation">
<button class="one" plain="{{true}}" open-type="share">
3 years ago
<image style="width: 24rpx;height: 24rpx;" src="/images/ic_fx_bs@2x.png"></image>
分享
</button>
<button class="one" plain="{{true}}">
3 years ago
<image style="width: 24rpx;height: 24rpx;" src="/images/ic_sc_bs@2x.png"></image>
收藏
</button>
<button class="one" plain="{{true}}" data-url="{{cdn+data.fileUrl}}" bindtap="downloadfile">
3 years ago
<image style="width: 24rpx;height: 24rpx;" src="/images/ic_bc_bs@2x.png"></image>
保存
</button>
3 years ago
</view>
</view>
</view>