index.wxml 593 B

1234567891011121314
  1. <mobile-main frameStyle="{{frameStyle}}" bind:back="back">
  2. <view slot="info" class="main" style="height:{{infoHeight}}px;">
  3. <form catchsubmit="formSubmit" catchreset="formReset">
  4. <view class="one">
  5. <view class="text">输入新密码</view>
  6. <input class="input" name="password" value="{{form.password}}" placeholder="{{password}}" />
  7. </view>
  8. <view class="btn-area">
  9. <button class="button" formType="submit">保存</button>
  10. </view>
  11. </form>
  12. </view>
  13. </mobile-main>