searchSub.wxml 1.4 KB

1
  1. <view id="searchSub" class="data-v-6fdef9c0"><view class="top-max-big-box data-v-6fdef9c0"><view class="search-box data-v-6fdef9c0"><image class="img-view _img data-v-6fdef9c0" src="{{$root.m0}}"></image><input type="text" placeholder="实验室名称" maxlength="20" data-event-opts="{{[['input',[['__set_model',['','searchValue','$event',[]]]]]]}}" value="{{searchValue}}" bindinput="__e" class="data-v-6fdef9c0"/><view data-event-opts="{{[['tap',[['searchButton']]]]}}" class="button-view data-v-6fdef9c0" bindtap="__e">搜索</view></view></view><scroll-view class="list data-v-6fdef9c0" scroll-y="{{true}}" data-event-opts="{{[['scrolltolower',[['scrollGet',['$event']]]]]}}" bindscrolltolower="__e"><block wx:for="{{dataList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="for-sub-box data-v-6fdef9c0"><view class="for-text-box data-v-6fdef9c0">{{item.subName+(item.roomNum?'('+item.roomNum+')':'')}}</view><view data-event-opts="{{[['tap',[['checkSub',['$0'],[[['dataList','',index]]]]]]]}}" class="for-right-button data-v-6fdef9c0" bindtap="__e"><view class="data-v-6fdef9c0"></view><view class="data-v-6fdef9c0">选择</view><view class="data-v-6fdef9c0"></view></view></view></block><block wx:if="{{getDataType}}"><view class="get-data-null-p data-v-6fdef9c0">- 没有更多数据 -</view></block><block wx:else><view class="get-data-null-p data-v-6fdef9c0">- 滑动加载更多 -</view></block></scroll-view></view>