mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 20:09:37 +08:00
24 lines
1.2 KiB
Plaintext
24 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="{{mobilefocus}}" placeholder-style="color:#696969;" name='mobile'
|
|
maxlength="11" type="number" value="{{mobile}}" bindinput="getmobile"></input>
|
|
</view>
|
|
<view class="inputbox">
|
|
<input placeholder="请输入验证码" focus="{{codefocus}}" placeholder-style="color:#696969;" name='code' maxlength="4"
|
|
type="number" value="{{code}}" style="width:62%"></input>
|
|
<label class='code fontW' bindtap="verifyCodeEvent" disabled="true">{{verifyCodeTime}}</label>
|
|
</view>
|
|
<view class="inputbox">
|
|
<input placeholder="请输入密码" focus="{{passwordfocus}}" placeholder-style="color:#696969;"
|
|
name='password' maxlength="11" type="password" value="{{password}}"></input>
|
|
</view>
|
|
</view>
|
|
<button class="next" formType='submit' style="margin-top:10%;">提交</button>
|
|
</form>
|
|
</view>
|
|
</view> |