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.
|
|
|
|
<view class="page" style="background: url({{imageUrl}}/bg4.png?t={{Timestamp}}) no-repeat top center / 100% 648rpx">
|
|
|
|
|
<navBar background="{{background}}" fixed back bind:back="handleBack"></navBar>
|
|
|
|
|
<view class="container">
|
|
|
|
|
<view class="c-title">尊敬的医生您好</view>
|
|
|
|
|
<view class="content">愈见昕生是中国罕见病联盟/北京罕见病诊疗与保障学会发起的gMG患者健康全程管理平台;</view>
|
|
|
|
|
<view class="content">
|
|
|
|
|
在您加入愈见昕生平台之前,请您阅读并充分理解
|
|
|
|
|
<text class="link" bind:tap="handleLink">《隐私协议保护政策》</text>
|
|
|
|
|
,了解您的权益及相关数据处理方法,我们将严格按照法律法规及
|
|
|
|
|
<text class="link" bind:tap="handleLink">《隐私协议保护政策》</text>
|
|
|
|
|
的相关规定,保证您的个人信息不受侵犯。
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="form">
|
|
|
|
|
<view class="row">
|
|
|
|
|
<input
|
|
|
|
|
type="number"
|
|
|
|
|
model:value="{{mobile}}"
|
|
|
|
|
class="input"
|
|
|
|
|
placeholder-class="input-placeholade"
|
|
|
|
|
placeholder="请输入手机号"
|
|
|
|
|
/>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="row">
|
|
|
|
|
<input
|
|
|
|
|
type="number"
|
|
|
|
|
model:value="{{code}}"
|
|
|
|
|
class="input"
|
|
|
|
|
placeholder-class="input-placeholade"
|
|
|
|
|
placeholder="请输入验证码"
|
|
|
|
|
/>
|
|
|
|
|
<view class="code" bind:tap="getCode">{{codeText}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="submit" bind:tap="handleSubmit">切换医生</view>
|
|
|
|
|
<view class="check">
|
|
|
|
|
<image wx:if="{{check}}" class="icon" src="{{imageUrl}}icon12.png?t={{Timestamp}}" bind:tap="handleCheck"></image>
|
|
|
|
|
<image wx:else class="icon" src="{{imageUrl}}icon13.png?t={{Timestamp}}" bind:tap="handleCheck"></image>
|
|
|
|
|
<view class="p">
|
|
|
|
|
我特此同意依照此
|
|
|
|
|
<text class="link" bind:tap="handleLink">《隐私协议保护政策》</text>
|
|
|
|
|
规定收集我的个人敏感信息
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|