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

54 lines
1.7 KiB

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