|
|
|
@ -1,5 +1,11 @@
@@ -1,5 +1,11 @@
|
|
|
|
|
<van-popup show="{{ show }}" catch:close="onClose" custom-style="background:transparent" catch:tap="handleTap"> |
|
|
|
|
<view class="doctor-detail"> |
|
|
|
|
<van-popup |
|
|
|
|
show="{{ show }}" |
|
|
|
|
catch:close="onClose" |
|
|
|
|
custom-style="background:transparent" |
|
|
|
|
catch:tap="handleTap" |
|
|
|
|
catchtouchmove="touchMove" |
|
|
|
|
> |
|
|
|
|
<view class="doctor-detail" catchtouchmove="touchMove"> |
|
|
|
|
<van-icon class="close" name="cross" catch:tap="onClose" /> |
|
|
|
|
<view class="title">医生详情</view> |
|
|
|
|
<view class="user"> |
|
|
|
|