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

28 lines
1000 B

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="/images/home-logo.png"></image>
<homeLevel1 wx:if="{{level===1}}"></homeLevel1>
<homeLevel2 wx:elif="{{level===2}}"></homeLevel2>
<homeLevel3 wx:elif="{{level===3}}"></homeLevel3>
<homeLevel4 wx:elif="{{level===4}}"></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">您已绑定<text class="name">陈艺莉医生</text></view>
<view class="content">
作为您的合作医生
<view></view>
后续病例可邀约对方参与
</view>
<view class="sure">确认</view>
</view>
</view>
</van-popup>