index_new.wxml 2.6 KB

1
  1. <view class="list data-v-0c544194"><view class="list_head data-v-0c544194"><view data-event-opts="{{[['tap',[['openTerm',['$event']]]]]}}" class="list_select data-v-0c544194" bindtap="__e"><picker value="{{index}}" range-key="name" range="{{termList}}" data-event-opts="{{[['change',[['bindPickerChange',['$event']]]]]}}" bindchange="__e" class="data-v-0c544194"><view class="uni-input data-v-0c544194" style="font-size:12px;">{{termList[index].name}}</view></picker><view class="neirong data-v-0c544194"></view><image src="../../static/more.png" mode class="data-v-0c544194"></image></view><u-search class="list_search data-v-0c544194" vue-id="40e68890-1" shape="square" placeholder="请输入学生姓名" placeholder-color="#b9b9b9" searchIconColor="#b9b9b9" showAction="{{false}}" bgColor="#F7F7F7" data-event-opts="{{[['^change',[['changeName']]],['^search',[['searchBtn']]]]}}" bind:change="__e" bind:search="__e" bind:__l="__l"></u-search><view data-event-opts="{{[['tap',[['shaixuanBtn',['$event']]]]]}}" class="list_btn data-v-0c544194" bindtap="__e">筛选</view></view><block wx:if="{{list.length>0}}"><view class="data-v-0c544194"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['student_detail',['$0'],[[['list','',index,'id']]]]]]]}}" class="list_content data-v-0c544194" bindtap="__e"><view class="top data-v-0c544194"><view class="headimg data-v-0c544194"><image src="{{item.headimg}}" mode="aspectFill" class="data-v-0c544194"></image></view><view class="message data-v-0c544194"><view class="name data-v-0c544194">{{''+item.truename+''}}</view><view class="same data-v-0c544194"><view class="circle data-v-0c544194"></view><view class="ding data-v-0c544194">手机号:</view><view class="words data-v-0c544194">{{item.mobile?item.mobile:'--'}}</view></view><view class="same data-v-0c544194"><view class="circle data-v-0c544194"></view><view class="ding data-v-0c544194">班级:</view><view class="words data-v-0c544194">{{item.class?item.class:'--'}}</view></view><view class="same data-v-0c544194"><view class="circle data-v-0c544194"></view><view class="ding data-v-0c544194">学号:</view><view class="words data-v-0c544194">{{item.account}}</view></view></view></view><view class="bottom data-v-0c544194"><view class="left data-v-0c544194">需求:</view><view class="right data-v-0c544194">{{''+item.demand+''}}</view></view></view></block></view></block><block wx:else><view class="enptyStatus data-v-0c544194"><image src="../../static/empty.png" mode class="data-v-0c544194"></image><view class="words data-v-0c544194">暂无学生</view></view></block></view>