| 1 |
- <view class="container"><view class="Search-box flex"><view class="Search-box flex"><image class="box-img" src="../../static/img/shousuo.png"></image><input class="box-word" type="text" placeholder="请输入关键字" data-event-opts="{{[['input',[['__set_model',['','keyword','$event',[]]],['onKeyInput',['$event']]]]]}}" value="{{keyword}}" bindinput="__e"/></view></view><scroll-view class="second-part" scroll-y="{{true}}" data-event-opts="{{[['scrolltolower',[['getDoctorList',['$event']]]]]}}" bindscrolltolower="__e"><block wx:for="{{DoctorList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['ToExpert',['$0'],[[['DoctorList','',index,'uid']]]]]]]}}" class="template flex_item" bindtap="__e"><view class="left-img"><image src="{{item.photo}}"></image></view><view class="center-word"><text class="one">{{item.name}}</text><text class="two">{{'职位:'+(item.doctor_level==1?"医师":item.doctor_level==2?"主治医师":item.doctor_level==3?"副主任医师":"主任医师")+''}}</text></view><view class="right-label flex"><image src="../../static/img/img014.png"></image>咨询问诊</view></view></block><uni-load-more vue-id="686bc372-1" status="{{loadingType}}" bind:__l="__l"></uni-load-more></scroll-view></view>
|