11 lines
353 B
Plaintext
11 lines
353 B
Plaintext
<view style="text-align:center" wx:if="{{count==0}}">暂无视频资源</view>
|
|
<block wx:for="{{results}}" wx:key="unique">
|
|
<view class="weui-panel">
|
|
<txv-video
|
|
vid="{{item.vid}}"
|
|
playerid="txv1">
|
|
<view class='txv-video-slot'>{{item.name}}</view>
|
|
</txv-video>
|
|
<view style="color:darkblue;text-align:center" >{{item.name}}</view>
|
|
</view>
|
|
</block> |