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.
30 lines
1.3 KiB
30 lines
1.3 KiB
<view |
|
class="page" |
|
style="background: url('/images/bg6.png') no-repeat top center/100% 556rpx;padding-top: {{pageTop}}px;" |
|
> |
|
<view class="page-title"> |
|
<view class="t1">绑定</view> |
|
<view class="t2">深职大账号</view> |
|
</view> |
|
<view class="page-body"> |
|
<view class="tip"> |
|
<image class="icon" src="/images/icon26.png"></image> |
|
<view class="content"> |
|
请确保您输入的密码是正确的,错误次数超过2次SIC将冻结您的账号一小时。超过一定错误次数,学校系统将冻结您的账号。忘记密码请前往 |
|
https://authserver.szpu.edu.cn进行重置 |
|
</view> |
|
</view> |
|
<view class="form-item"> |
|
<view class="label required">账号</view> |
|
<input class="input" placeholder-class="input-palce" type="number" placeholder="请输入学工号" /> |
|
</view> |
|
<view class="form-item"> |
|
<view class="label required">密码</view> |
|
<input class="input" placeholder-class="input-palce" type="text" placeholder="请输入密码" /> |
|
</view> |
|
<view class="tip2">SIC+仅将您的密码用于单次身份验证,不会保存您的密码</view> |
|
<view class="agreement"> |
|
<radio>我已阅读并接受《深职大SIC+小程序隐私保护指引》</radio> |
|
</view> |
|
</view> |
|
</view>
|
|
|