index.wxml 590 B

1234567891011121314
  1. <mobile-main frameStyle="{{frameStyle}}" bind:back="back">
  2. <view slot="info" class="main" style="height:{{infoHeight}}px;">
  3. <view class="one">
  4. <form bindsubmit="onSubmit">
  5. <view class="content">
  6. <input name="password" value="{{form.password}}" placeholder="请输入新密码" password></input>
  7. </view>
  8. <view class="btn">
  9. <button type="primary" size="mini" form-type="submit">登录</button>
  10. </view>
  11. </form>
  12. </view>
  13. </view>
  14. </mobile-main>