|
|
@ -96,3 +96,17 @@ |
|
|
|
params="{{popupDoctorDetail}}" |
|
|
|
params="{{popupDoctorDetail}}" |
|
|
|
bind:close="handlePopupClose" |
|
|
|
bind:close="handlePopupClose" |
|
|
|
></popupDoctorDetail> |
|
|
|
></popupDoctorDetail> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<van-popup show="{{ show }}" bind:close="onClose" custom-style="background:transparent"> |
|
|
|
|
|
|
|
<view class="popup1"> |
|
|
|
|
|
|
|
<image class="badge" src="{{imageUrl}}icon-reject.png?t={{Timestamp}}" mode="aspectFit"></image> |
|
|
|
|
|
|
|
<view class="p-container"> |
|
|
|
|
|
|
|
<view class="title">该医生驳回过您的申请</view> |
|
|
|
|
|
|
|
<view class="content">您选择的医生有驳回记录, 驳回3次后您将无法再次申请绑定此医生</view> |
|
|
|
|
|
|
|
<view class="footer"> |
|
|
|
|
|
|
|
<view class="cancel" bind:tap="handleOk">取消申请</view> |
|
|
|
|
|
|
|
<view class="ok" bind:tap="handleCancel">继续申请</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
</van-popup> |
|
|
|