index.wxml 2.0 KB

1
  1. <view class="content"><view class="one"><input type="text" placeholder="搜索用户姓名" data-event-opts="{{[['input',[['__set_model',['$0','name','$event',[]],['searchInfo']],['toInput',['$event']]]]]}}" value="{{searchInfo.name}}" bindinput="__e"/></view><view class="two"><tabs vue-id="0a76e86b-1" tabs="{{tabs}}" data-event-opts="{{[['^tabsChange',[['tabsChange']]]]}}" bind:tabsChange="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="tabsList"><scroll-view class="scroll-view" scroll-y="true" data-event-opts="{{[['scrolltolower',[['toPage',['$event']]]],['scroll',[['toScroll',['$event']]]]]}}" bindscrolltolower="__e" bindscroll="__e"><view class="list-scroll-view"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['toInfo',['$0'],[[['list','',index]]]]]]]}}" class="list" bindtap="__e"><view class="list_1"><text><text class="iconfont icon-yonghu"></text>{{''+item.name+''}}</text><text class="status">{{item.zhStatus}}</text></view><view class="list_2"><view class="other"><text>联系电话:</text><text>{{item.tel||'暂无'}}</text></view><view class="other"><text>性别:</text><text>{{item.zhGender||'暂无'}}</text></view><view class="other"><text>角色:</text><text>{{item.zhRole||'暂无'}}</text></view><view class="other"><text>所属街道:</text><text>{{item.zhStreet||'暂无'}}</text></view><view class="other"><text>所属社区:</text><text>{{item.zhCommunity||'暂无'}}</text></view></view><block wx:if="{{item.status=='0'}}"><view class="bottom"><button size="mini" type="default" data-event-opts="{{[['tap',[['toExam',['$0','0'],[[['list','',index]]]]]]]}}" catchtap="__e">审核通过</button><button size="mini" type="warn" data-event-opts="{{[['tap',[['toExam',['$0','1'],[[['list','',index]]]]]]]}}" catchtap="__e">审核拒绝</button></view></block></view></block><block wx:if="{{is_bottom}}"><view class="is_bottom"><text>{{config.bottom_title}}</text></view></block></view></scroll-view></view></tabs></view></view>