You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<van-popup
|
|
|
|
|
wx:if="{{show}}"
|
|
|
|
|
bind:click-overlay="handleCancel"
|
|
|
|
|
round
|
|
|
|
|
z-index="{{100000}}"
|
|
|
|
|
show="{{ true }}"
|
|
|
|
|
custom-style="background:transparent;{{!params.position ? 'top:'+top+'%' : ''}}"
|
|
|
|
|
position="{{params.position || 'center'}}"
|
|
|
|
|
safe-area-inset-bottom="{{false}}"
|
|
|
|
|
root-portal
|
|
|
|
|
>
|
|
|
|
|
<view class="popup1" wx:if="{{type==='popup1'}}">
|
|
|
|
|
<view class="title">新患者注册通知</view>
|
|
|
|
|
<view class="row">
|
|
|
|
|
<view class="label">患者姓名</view>
|
|
|
|
|
<view class="content">钱多多</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="row">
|
|
|
|
|
<view class="label">手机号</view>
|
|
|
|
|
<view class="content">13800138000</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="row">
|
|
|
|
|
<view class="label">项目</view>
|
|
|
|
|
<view class="content">特诺雅项目</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="row">
|
|
|
|
|
<view class="label">适应症</view>
|
|
|
|
|
<view class="content">IBD</view>
|
|
|
|
|
</view>
|
|
|
|
|
<uploadFile class="upload-file">
|
|
|
|
|
<view class="upload">
|
|
|
|
|
<view class="place">
|
|
|
|
|
<image class="icon" src="/images/icon21.png"></image>
|
|
|
|
|
<view class="tip">拍照/从相册选择</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</uploadFile>
|
|
|
|
|
<view class="btn">确定并提交审核</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<image
|
|
|
|
|
wx:if="{{params.close}}"
|
|
|
|
|
class="close"
|
|
|
|
|
src="{{imageUrl}}icon25.png?t={{Timestamp}}"
|
|
|
|
|
bind:tap="handleCancel"
|
|
|
|
|
></image>
|
|
|
|
|
</van-popup>
|