武田小程序
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.

31 lines
1.3 KiB

6 months ago
<view
class="page"
style="background: url({{imageUrl}}home-bg.png?r={{Timestamp}}) no-repeat top center/100% 560rpx;padding-top:{{menuButtonInfo.top}}px;"
6 months ago
>
<image class="logo" src="{{imageUrl}}home-logo.png?t={{Timestamp}}"></image>
<homeLevel1 wx:if="{{level===1}}" DoctorTitleType="{{DoctorTitleType}}" userInfo="{{userInfo}}"></homeLevel1>
<homeLevel2 wx:elif="{{level===2}}" DoctorTitleType="{{DoctorTitleType}}" userInfo="{{userInfo}}"></homeLevel2>
<homeLevel3 wx:elif="{{level===3}}" DoctorTitleType="{{DoctorTitleType}}" userInfo="{{userInfo}}"></homeLevel3>
<homeLevel4 wx:elif="{{level===4}}" DoctorTitleType="{{DoctorTitleType}}" userInfo="{{userInfo}}"></homeLevel4>
6 months ago
</view>
6 months ago
<van-popup show="{{ show1 }}" bind:close="onClose" round custom-style="background:transparent">
<view
class="popup1"
style="background: url({{imageUrl}}home-bind-doctor-bg.png?r={{Timestamp}}) no-repeat top center/100%;"
>
<view class="container">
<view class="title">
您已绑定
6 months ago
<text class="name">{{bindDoctorName}}医生</text>
</view>
6 months ago
<view class="content">
作为您的合作医生
<view></view>
6 months ago
后续病历可邀约对方参与
6 months ago
</view>
<view class="sure" bind:tap="handleSure">确认</view>
6 months ago
</view>
</view>
</van-popup>