<scroll-view scroll-y="true" style="height: 100%;">
<view class="above-bg-view">
<image class="above-avatar" src="{{doctorInfo.avatar ? doctorInfo.avatar : '../../source/imageSource/doctorIcon.png'}}"></image>
<view class="above-name">{{doctorInfo.username}}</view>
<view class="above-hospital">{{hospitalName}}</view>
<view class="above-bg-job-title">
<view class="above-bg-job-title-item" style="margin-right:5px">{{deptName}}</view>
<view class="above-bg-job-title-item">{{doctorLevel}}</view>
</view>
<view class="above-lineview" wx:if="{{doctorInfo.goodAt}}"></view>
<view class="above-specialty" wx:if="{{doctorInfo.goodAt}}">{{doctorInfo.goodAt}}</view>
<view class="blankView" wx:if="{{!doctorInfo.goodAt}}"></view>
</view>
<view class="below-bg-view">
<view class="below-bar-view">
<image class="below-doctor-icon" src="../../source/imageSource/page11_icon_yisheng_n@3x.png"></image>
<text class="below-doctor-title">医生介绍</text>
</view>
<view class="below-lineview"></view>
<view class="below-introduction">{{doctorInfo.description}}</view>
<view style="height:80px"></view>
</view>
</scroll-view>
<view class="chatView" bindtap="chatWithDoctor">孕期咨询</view>