信达小程序
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.

47 lines
1.4 KiB

2 weeks ago
<van-popup
wx:if="{{show}}"
bind:click-overlay="handleCancel"
round
z-index="{{100000}}"
show="{{ true }}"
custom-style="background:transparent;"
position="{{params.position || 'center'}}"
safe-area-inset-bottom="{{false}}"
root-portal
>
<view
class="popup1"
style="background: url('/images/bg4.png') no-repeat top center/100% 304rpx"
wx:if="{{type==='popup1'}}"
>
<view class="container">
<view class="user">
<button class="avatar-wrapper">
<image
class="avatar"
src="https://pic1.zhimg.com/50/v2-dcfbab1219ae4f7a7a6db168bb1580a2_720w.jpg?source=2c26e567"
></image>
</button>
<view class="wrap">
<view class="nickname">XX医生</view>
<view class="hostipal">
北京天坛医院
<view class="tag">三甲</view>
</view>
</view>
</view>
</view>
</view>
<view class="popup2" wx:if="{{type==='popup2'}}">
<image class="p-img" src="/images/bg5.png" show-menu-by-longpress></image>
</view>
<view class="popup3" wx:if="{{type==='popup3'}}">
<image class="p-img" src="/images/bg6.png" show-menu-by-longpress></image>
</view>
<view class="popup4" wx:if="{{type==='popup4'}}">
<image class="p-img" src="/images/bg7.png" show-menu-by-longpress></image>
</view>
<image wx:if="{{params.close}}" class="close" src="/images/icon11.png" bind:tap="handleCancel"></image>
</van-popup>