index.wxml 728 Bytes
Newer Older
张杰's avatar
张杰 committed
1 2 3 4 5 6 7 8 9 10 11 12 13
<!--pages/reset_psw/index.wxml-->
<import src='/template/operate_btn/index.wxml'></import>
<view style='padding:16px;margin-top:50rpx;'>
  <view class='kg-text-normal-gray'>旧密码</view>
  <input placeholder='请输入旧密码' style='margin:30rpx 0rpx;' bindinput='inputOldPSW' ></input>
  <view class='kg-separater' style='height:2rpx;'></view>
  <view class='kg-text-normal-gray'>新密码</view>
  <input placeholder='请输入新密码' style='margin:30rpx 0rpx;' bindinput='inputPSW'></input>
  <view class='kg-separater' style='height:2rpx;'></view>
</view>
<view class='kg-operate-btn-bg'>
  <button class='kg-operate-btn kg-btn-no-border' bindtap='operateTap' open-type='getUserInfo' >确认修改</button>
</view>