index.wxml 1.1 KB

1
  1. <view class="content"><view class="one"><input type="text" placeholder="请输入视频名称" data-event-opts="{{[['blur',[['toInput',['$event']]]],['input',[['__set_model',['$0','title','$event',[]],['searchInfo']]]]]}}" value="{{searchInfo.title}}" bindblur="__e" bindinput="__e"/></view><view class="two"><scroll-view class="scroll-view" scroll-y="true" data-event-opts="{{[['scrolltolower',[['toPage',['$event']]]],['scroll',[['toScroll',['$event']]]]]}}" bindscrolltolower="__e" bindscroll="__e"><view class="list-scroll-view"><view class="two_1"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="list"><image class="image" src="{{item.g0?item.$orig.img_url[0].url:''}}" mode></image><view class="name textOver">{{''+item.$orig.title+''}}</view><view class="other"><view class="other_1"><uni-icons vue-id="{{'62f44c54-1-'+index}}" type="eye" color="var(--rgbfff)" size="12" bind:__l="__l"></uni-icons>{{''+item.$orig.view_num+''}}</view><view class="other_2">{{''+item.$orig.time_num+''}}</view></view></view></block></view></view></scroll-view></view></view>