|
@@ -1,5 +1,20 @@
|
|
|
<mobile-main frameStyle="{{frameStyle}}" bind:back="back">
|
|
|
- <view slot="info" class="main" style="height:{{infoHeight}}px;">
|
|
|
- 模板
|
|
|
+ <view slot="info" class="main" style="height:{{infoHeight}}px;">
|
|
|
+ <view class="one">
|
|
|
+ <form bindsubmit="onSubmit" catchreset="onReset">
|
|
|
+ <view class="content">
|
|
|
+ <view class="left">
|
|
|
+ <text class="icon iconfont icon-mima"></text>
|
|
|
+ </view>
|
|
|
+ <view class="right">
|
|
|
+ <input type='text' name="password" value="{{form.password}}" password placeholder='请输入新密码' placeholder-class="placeholder"></input>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="save">
|
|
|
+ <button type="warn" size="mini" formType="reset">取消修改</button>
|
|
|
+ <button type="primary" size="mini" formType="submit">提交修改</button>
|
|
|
+ </view>
|
|
|
+ </form>
|
|
|
</view>
|
|
|
+ </view>
|
|
|
</mobile-main>
|