- <mobile-main frameStyle="{{frameStyle}}" bind:back="back">
- <view slot="info" class="main" style="height:{{infoHeight}}px;">
- <form catchsubmit="formSubmit" catchreset="formReset">
- <view class="one">
- <view class="text">输入新密码</view>
- <input class="input" name="password" value="{{form.password}}" placeholder="请输入新密码" />
- </view>
- <view class="btn-area">
- <button class="button" formType="submit">保存</button>
- </view>
-
- </form>
- </view>
- </mobile-main>
|