more.wxml
563 字节
<!--pages/more/more.wxml-->
<scroll-view scroll-y='true' bindscrolltolower='getdatalist' style='height:{{scroll_height}}rpx' >
<bolck wx:for='{{volunteer}}' wx:key>
<view class='volunteerbox'>
<view class='volunteercell' wx:for='{{item}}' wx:key >
<view class='cell_top'>
<view class='cellimg'>
<image src='{{item.photo?item.photo:"http://volunteer.w.bronet.cn/imgs/wode_02@2x.png"}}'></image>
</view>
<view>{{item.name}}</view>
</view>
<view>{{item.duty}}
</view>
</view>
</view>
<view class='vold_line'></view>
</bolck>
</scroll-view>