29 lines
1.4 KiB
Plaintext
29 lines
1.4 KiB
Plaintext
<view class="body">
|
|
<block >
|
|
<nav-bar vue-id="4c696e65-1" name="{{title}}" bolimg="{{true}}" bind:__l="__l"></nav-bar>
|
|
<block wx:if="{{arryList.length>0}}">
|
|
<view style="width:750rpx;height:auto;background:#FFFFFF; margin-bottom: 40rpx;">
|
|
<block wx:for="{{arryList}}" wx:for-item="item" wx:for-index="index">
|
|
<view class="view_form" data-event-opts="{{[['tap',[['onvideo',['$0'],[[['arryList','',index,'id']]]]]]]}}" bindtap="__e">
|
|
<view class="view_form_left">
|
|
<image style="width:172rpx;height:235rpx;border-radius:16rpx;" src="{{item.cover}}" mode="aspectFill"></image>
|
|
</view>
|
|
<view class="view_form_right">
|
|
<view class="view_form_right_t">{{''+item.name+''}}</view>
|
|
<view class="view_form_right_c">{{'观看到第'+item.latest+'集'}}</view>
|
|
<view class="view_form_right_c">{{'更新至:第'+item.latestid+'集'}}</view>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
</view>
|
|
</block>
|
|
<block wx:else="{{arryList.length<=0}}">
|
|
<view style="display: flex;justify-content: center;align-items: center;margin-top: 200rpx;">
|
|
<image src="../../static/image/null.png" alt="" style="width:466rpx;height:294rpx;" srcset="" />
|
|
|
|
</view>
|
|
</block>
|
|
</block>
|
|
<block wx:if="{{!pihuan}}">
|
|
</block>
|
|
</view> |