|
|
|
|
@ -9,7 +9,19 @@
@@ -9,7 +9,19 @@
|
|
|
|
|
<image class="avatar-img" src="{{detail.UserImg}}"></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="wrap"> |
|
|
|
|
<view class="name">{{detail.Name}}</view> |
|
|
|
|
<view class="name"> |
|
|
|
|
{{detail.Name}} |
|
|
|
|
<image |
|
|
|
|
wx:if="{{detail.Gender==='1'}}" |
|
|
|
|
class="icon" |
|
|
|
|
src="{{imageUrl}}/doctor/icon-man.png?t={{Timestamp}}" |
|
|
|
|
></image> |
|
|
|
|
<image |
|
|
|
|
wx:if="{{detail.Gender==='2'}}" |
|
|
|
|
class="icon" |
|
|
|
|
src="{{imageUrl}}/doctor/icon-woman.png?t={{Timestamp}}" |
|
|
|
|
></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="content" bind:tap="handleToggleTel"> |
|
|
|
|
<view> |
|
|
|
|
{{detail.AgeRangeName}} | {{showTel ? detail.Telephone : detail.hideTelephone}} |
|
|
|
|
|