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'],[[['infoList','',__i0__]]]]]]]}}" class="infoBox" bindtap="__e"><view class="title">{{item.$orig.title}}</view><view class="info"><view class="leftBox"><view class="content">{{''+item.$orig.content+''}}</view><view class="attentionSituation"><view class="collectCount"><view class="custom-icon custom-icon-collected _i"></view>2145</view><view class="time">{{''+(item.$orig.updateTime?item.m0:"")+''}}</view></view></view></view></view></block></scroll-view>
|