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.1 KiB
31 lines
1.1 KiB
<view |
|
class="page" |
|
style="background: url({{imageUrl}}invite-bg.png?r={{Timestamp}}) no-repeat top right/832rpx 1714rpx;padding-top:{{menuButtonInfo.bottom}}px;" |
|
> |
|
<van-nav-bar |
|
fixed |
|
custom-style="background:transparent;color:#000" |
|
border="{{false}}" |
|
fixed |
|
bind:click-left="handleBack" |
|
> |
|
<van-icon name="arrow-left" color="white" slot="left" size="18px" /> |
|
</van-nav-bar> |
|
<view class="container"> |
|
<image class="result" src="{{imageUrl}}c-doctor-result.png?t={{Timestamp}}"></image> |
|
<view class="title">提交成功</view> |
|
<view class="notice"> |
|
<view wx:if="{{InviteDoctorName}}"> |
|
已将信息提交给 |
|
<text class="link">{{InviteDoctorName}}医生</text> |
|
</view> |
|
审核通过后,您可绑定成功 |
|
</view> |
|
<image class="code" src="{{codeUrl}}" show-menu-by-longpress></image> |
|
<view class="tip"> |
|
<view>扫码关注公众号</view> |
|
<view>获取审核通知</view> |
|
</view> |
|
</view> |
|
<!-- <view class="back-home" bind:tap="handleBack">回到首页</view> --> |
|
</view>
|
|
|