mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 21:19:37 +08:00
26 lines
1.2 KiB
Plaintext
26 lines
1.2 KiB
Plaintext
![]() |
<view class='page'>
|
||
|
<view style="text-align:center;font-size:18pt;margin-top: 22%;margin-bottom: 30%">修改密码</view>
|
||
|
|
||
|
<view class="logBox">
|
||
|
<form bindsubmit='bSubmit' bindreset="formReset">
|
||
|
<view>
|
||
|
<view class="inputbox">
|
||
|
<input placeholder="请输入旧密码" focus="{{passwordfocus}}" placeholder-style="color:#696969;" name='password'
|
||
|
type="password" value="{{password}}"></input>
|
||
|
</view>
|
||
|
<view class="inputbox">
|
||
|
<input placeholder="请输入新密码" focus="{{newPasswordfocus}}" placeholder-style="color:#696969;" name='newPassword'
|
||
|
type="password" value="{{newPassword}}"></input>
|
||
|
</view>
|
||
|
<view class="inputbox">
|
||
|
<input placeholder="请再次输入密码" focus="{{reNewPasswordfocus}}" placeholder-style="color:#696969;"
|
||
|
name='reNewPassword' type="password" value="{{reNewPassword}}" style="width:62%"></input>
|
||
|
</view>
|
||
|
</view>
|
||
|
<button class="next" formType='submit' style="margin-top:10%;">提交</button>
|
||
|
<view style="font-size:28rpx;width:100%;text-align:center;color: #4C84FF;margin-top: 40rpx;" bindtap="retrieve">
|
||
|
<text>忘记密码</text>
|
||
|
</view>
|
||
|
</form>
|
||
|
</view>
|
||
|
</view>
|