武田基因病B开发环境
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.
 
 
 

60 lines
2.0 KiB

<view
class="page"
style="padding-top: {{pageTop + 60}}px;background:url('{{imageUrl}}bg19.png?t={{Timestamp}}') no-repeat top center/100% 618rpx;"
>
<image class="logo" src="/images/logo2.png"></image>
<view class="title">欢迎加入愈见守护</view>
<view class="form">
<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"
medal: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="divider">
<van-divider class="van-divider" contentPosition="center">或者</van-divider>
</view>
<button wx:if="{{check1 && check2 }}" class="phone" open-type="getPhoneNumber" bindgetphonenumber="handleWxSubmit">
<image class="icon" src="/images/icon87.png"></image>
手机号一键登录
</button>
<button wx:else class="phone" bind:tap="handleDocRule">
<image class="icon" src="/images/icon87.png"></image>
手机号一键登录
</button>
<view class="signature">
<view class="row">
<checkbox model:checked="{{check1}}" class="checkbox" color="rgba(28, 107, 255, 1)"></checkbox>
<view class="r-content">
我已阅读并同意
<text class="link">《个人信息及隐私协议政策》</text>
</view>
</view>
<view class="row">
<checkbox model:checked="{{check2}}" class="checkbox" color="rgba(28, 107, 255, 1)"></checkbox>
<view class="r-content">
我已阅读并同意
<text class="link">《个人信息共享知情同意书》</text>
规定收集我的相关敏感个人信息
</view>
</view>
</view>
</view>