- <wxs module="filters" src="../../utils/toFixed.wxs" />
- <scroll-view scroll-y='{{true}}' bindscrolltolower='next'>
- <view class="list" wx:for="{{list}}">
- <image style="width: 100%;" mode="withFix" src="{{item.img}}"></image>
- <view class="stock_name">{{item.stock_name}}
- <text>{{item.stock_code}}</text>
- </view>
- <view class="desc">{{item.content}}</view>
- <view class="nr">{{filters.getDate(item.ctime)}}</view>
- </view>
- <block wx:if='{{total >= 20}}'>
- <view class='loading' wx:if='{{list.length < total}}'>上拉加载更多...</view>
- </block>
- </scroll-view>
|