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.
1 lines
829 B
1 lines
829 B
<view><view class="auth"><view class="wanl-title">{{"修改"+username+"密码"}}</view><form data-event-opts="{{[['submit',[['formSubmit',['$event']]]]]}}" bindsubmit="__e"><view class="auth-group radius-bock bg-gray wlian-grey-light"><input confirm-type="done" placeholder="请填写您的新密码" password="{{true}}" type="text" placeholder-class="placeholder" name="newpassword" data-event-opts="{{[['input',[['onKeyInput',['$event']]]]]}}" bindinput="__e"/><input style="display:none;" name="mobile" disabled="{{true}}" value="{{mobile}}"/><input style="display:none;" name="captcha" disabled="{{true}}" value="{{captcha}}"/></view><view class="auth-button flex flex-direction"><button class="cu-btn bg-orange sl radius-bock" formType="submit" disabled="{{submitDisabled}}">修改密码</button></view></form></view></view> |