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

90 lines
3.2 KiB

<navbar wx:if="{{back==='1'}}" fixed title="" custom-style="background:{{background}}" z-index="10">
<van-icon name="arrow-left" slot="left" color="#000" bind:tap="handleBack" />
</navbar>
<view
class="page"
style="padding-top: {{pageTop + 60}}px;background:url('{{imageUrl}}bg1.png?t={{Timestamp}}') no-repeat top center/100% 484rpx;"
>
<image class="logo" src="{{imageUrl}}logo1.png?t={{Timestamp}}"></image>
<image class="page-title" src="{{imageUrl}}title1.png?t={{Timestamp}}"></image>
<view class="protocol">
<view class="p-title">尊敬的医生您好</view>
<view class="p-content">
加入TED规范化诊治中心之前,请您阅读并充分理解
<text class="link" bind:tap="handleLink">《隐私协议保护政策》</text>
,了解您的权益及相关数据处理方法,我们将严格按照法律法规及
<text class="link" bind:tap="handleLink">《隐私协议保护政策》</text>
的相关规定,保证您的个人信息不受侵犯。
</view>
</view>
<button wx:if="{{check1 }}" class="phone" open-type="getPhoneNumber" bindgetphonenumber="handleWxSubmit">
手机号一键登录
</button>
<button wx:else class="phone" bind:tap="handleDocRule">手机号一键登录</button>
<view class="divider">
<van-divider class="van-divider" contentPosition="center">或者</van-divider>
</view>
<view class="other">
<view class="tel-btn" bind:tap="handleShowTel">
<image class="icon" src="{{imageUrl}}icon1.png?t={{Timestamp}}"></image>
手机号验证码
</view>
<!-- <view class="tel-btn" bind:tap="handlePatient"> -->
<!-- <image class="icon" src="{{imageUrl}}icon1.png?t={{Timestamp}}"></image> -->
<!-- 我是患者 -->
<!-- </view> -->
</view>
<view class="form" wx:if="{{showTel}}">
<view class="form-row">
<input
class="input"
placeholder-class="place-input"
type="number"
maxlength="11"
placeholder="请输入您的手机号"
model:value="{{mobile}}"
/>
</view>
<view class="form-row">
<input
class="input"
model:value="{{code}}"
placeholder-class="place-input"
type="number"
maxlength="6"
placeholder="请输入验证码"
/>
<view class="btn" bind:tap="getCode">{{codeText}}</view>
</view>
<view class="submit" bind:tap="handleSubmit">立即加入</view>
</view>
<view class="signature">
<view class="row">
<image
wx:if="{{check1}}"
bind:tap="handleCheck"
class="check"
src="{{imageUrl}}checkbox-active.png?t={{Timestamp}}"
></image>
<image wx:else class="check" bind:tap="handleCheck" src="{{imageUrl}}checkbox.png?t={{Timestamp}}"></image>
<view class="r-content">
我同意依照此
<text class="link" bind:tap="handleLink">《隐私协议保护政策》</text>
规定收集我的个人信息
</view>
</view>
</view>
<view wx:if="{{back!=='1'}}" class="switch" bind:tap="handlePatient">
切换到患者端
<van-icon name="arrow" />
</view>
</view>
<popup
show="{{popupShow}}"
type="{{popupType}}"
params="{{popupParams}}"
bind:ok="handlePopupOk"
bind:cancel="handlePopupCancel"
></popup>