| 1 |
- <view><mescroll-body class="vue-ref" vue-id="2cc24aef-1" down="{{downOption}}" up="{{upOption}}" data-ref="mescrollRef" data-event-opts="{{[['^init',[['mescrollInit']]],['^down',[['downCallback']]],['^up',[['upCallback']]]]}}" bind:init="__e" bind:down="__e" bind:up="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="user-list"><block wx:for="{{dataList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="item"><view class="img-box"><image src="{{item.avatar==null?'../../static/images/detault_head.jpg':item.avatar}}" mode></image></view><text class="name">{{item.nickname}}</text></view></block></view></mescroll-body></view>
|