|
@@ -96,7 +96,11 @@
|
|
<!--</div>-->
|
|
<!--</div>-->
|
|
|
|
|
|
<div class="doctor">
|
|
<div class="doctor">
|
|
|
|
+ [% if(this.doctorphoto.length>0){ %]
|
|
<img src="[%this.doctorphoto%]" alt="">
|
|
<img src="[%this.doctorphoto%]" alt="">
|
|
|
|
+ [%} else { %]
|
|
|
|
+ <img src="http://img.yiwubaike.com/user.jpg" alt="">
|
|
|
|
+ [%}%]
|
|
<div>[%this.doctorName%]</div>
|
|
<div>[%this.doctorName%]</div>
|
|
<div class="title">[%this.title%]</div>
|
|
<div class="title">[%this.title%]</div>
|
|
</div>
|
|
</div>
|