<view class="container"><view class="left-bottom-sign"></view><view data-event-opts="{{[['tap',[['navBack',['$event']]]]]}}" class="back-btn yticon icon-zuojiantou-up" bindtap="__e"></view><view class="right-top-sign"></view><view class="wrapper"><view class="left-top-sign">RESET</view><view class="welcome">重置密码!</view><view class="input-content"><view class="input-item"><text class="tit">手机号码</text><input type="number" placeholder="请输入手机号码" maxlength="11" data-key="phone" data-event-opts="{{[['input',[['inputChange',['$event']]]]]}}" value="{{phone}}" bindinput="__e"/></view><view class="input-item"><text class="tit">验证码</text><view class="verify-code"><input style="width:60%;" type="mobile" value="" placeholder="6位验证码" maxlength="6" data-key="verifyCode" data-event-opts="{{[['input',[['inputChange',['$event']]]]]}}" bindinput="__e"/><button style="width:40%;" disabled="{{sendDisabled}}" data-event-opts="{{[['tap',[['doGetVerify',['$event']]]]]}}" bindtap="__e">{{''+sendText+''}}</button></view></view><view class="input-item"><text class="tit">密码</text><input type="password" value="" placeholder="8-18位数字、字母组合" placeholder-class="input-empty" maxlength="20" data-key="password" data-event-opts="{{[['input',[['inputChange',['$event']]]],['confirm',[['doReset',['$event']]]]]}}" bindinput="__e" bindconfirm="__e"/></view></view><button class="confirm-btn" disabled="{{resetting}}" data-event-opts="{{[['tap',[['doReset',['$event']]]]]}}" bindtap="__e">重置</button></view><view class="reset-section">想起来了?<text data-event-opts="{{[['tap',[['toLogin',['$event']]]]]}}" bindtap="__e">马上登录</text></view></view>
|