hospitalDetails.wxml 2.4 KB

1
  1. <view class="content data-v-0889513c"><view class="bg data-v-0889513c"></view><view class="cont data-v-0889513c"><view class="hos-box data-v-0889513c"><view class="left data-v-0889513c"><image class="data-v-0889513c" src="{{a}}" mode="aspectFit"></image></view><view class="right data-v-0889513c"><view class="hos-name-box data-v-0889513c"><view class="hos-name data-v-0889513c">{{b}}</view></view><view class="hos-desc-box data-v-0889513c">{{c}}</view><view class="hos-address-box data-v-0889513c" bindtap="{{e}}"><view class="address-left data-v-0889513c"><view class="address one-t data-v-0889513c">{{d}}</view></view><view class="address-right data-v-0889513c"><image class="data-v-0889513c" src="/static/images/icon_arrow_r.png"></image></view></view></view></view><view class="desc-box data-v-0889513c"><view class="title-box data-v-0889513c"><view class="line data-v-0889513c"></view><view class="title data-v-0889513c">医院介绍</view></view><view class="desc data-v-0889513c">{{f}}</view></view><view class="doctor-box data-v-0889513c"><view class="title-box data-v-0889513c"><view class="line data-v-0889513c"></view><view class="title data-v-0889513c">医院专家</view></view><view wx:if="{{g}}" class="doctors data-v-0889513c"><view wx:for="{{h}}" wx:for-item="item" class="doctor data-v-0889513c" bindtap="{{item.j}}"><view class="item data-v-0889513c"><image mode="aspectFill" class="doc-img data-v-0889513c" src="{{item.a}}"></image><view class="right data-v-0889513c"><view class="doc-box data-v-0889513c"><view class="doc-name data-v-0889513c">{{item.b}}</view><view class="doc-position data-v-0889513c">{{item.c}}</view></view><view class="hospital data-v-0889513c">{{item.d}} {{item.e}}</view><view class="doc-spec data-v-0889513c"><view class="title data-v-0889513c">擅长:</view><view class="spec ellipsis data-v-0889513c">{{item.f}}</view></view><view class="doc-ping data-v-0889513c"><view class="ping data-v-0889513c">好评率:{{item.g}}%</view><view class="count data-v-0889513c">咨询量:{{item.h}}</view></view><view class="doc-price data-v-0889513c"><view class="left data-v-0889513c">¥ <text wx:for="{{item.i}}" wx:for-item="price" class="data-v-0889513c">{{price.a}} <text wx:if="{{price.b}}" class="data-v-0889513c">/</text></text></view><view class="btns data-v-0889513c"><view class="btn data-v-0889513c"> 咨询医生 </view></view></view></view></view></view></view></view></view></view>