Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions www/partials/tabs/consult/DoctorDetail.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@
</div>
</ion-item>

<ion-item>
<ion-item class="item-text-wrap">
<span style="font-size: 18px"><i class="icon ion-ios-lightbulb-outline" style="margin-right: 10px"></i>擅长方向</span>
<p style="font-size: 14px;padding-left: 20px" class="item-text-wrap">{{doctor.major||"医生有点忙,还没填写噢"}}</p>
<p style="font-size: 14px;padding-left: 20px">{{doctor.major||"医生有点忙,还没填写噢"}}</p>
</ion-item>

<ion-item>
<ion-item class="item-text-wrap">
<span style="font-size: 18px"><i class="icon ion-person" style="margin-right: 10px"></i>个人介绍</span>
<p style="font-size: 14px;padding-left: 20px" class="item-text-wrap">{{doctor.description||"医生有点忙,还没填写噢"}}</p>
<p style="font-size: 14px;padding-left: 20px" >{{doctor.description||"医生有点忙,还没填写噢"}}</p>
</ion-item>
<ion-item style="border-bottom: 1px none #fff">
<span style="font-size: 18px"><i class="icon ion-clipboard" style="margin-right: 10px"></i>医生评价({{commentNum}}个)</span>
Expand Down