1 |
- <scroll-view style="height:100%;" scroll-y="{{true}}" refresher-enabled="{{true}}" refresher-triggered="{{triggered}}" refresher-default-style="black" data-event-opts="{{[['scrolltolower',[['scrolltolower',['$event']]]],['refresherrefresh',[['onRefresh',['$event']]]]]}}" bindscrolltolower="__e" bindrefresherrefresh="__e"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="__i0__" wx:key="$orig"><view data-event-opts="{{[['tap',[['goDetail',['$0'],[[['videoList','',__i0__]]]]]]]}}" class="videoBox" bindtap="__e"><view class="leftBox"><view class="time">04:30</view><view class="custom-icon custom-icon-start-full _i"></view></view><view class="info"><view class="content">{{''+item.$orig.title+''}}</view><view class="attentionSituation"><view class="time">{{''+(item.$orig.updateTime?item.m0:"")+''}}</view><view class="playCount">1万次播放</view></view></view></view></block></scroll-view>
|