大理市民卡小程序1.0提交
diff --git a/pages/editpaypwd/editpaypwd.wxml b/pages/editpaypwd/editpaypwd.wxml
new file mode 100644
index 0000000..7b5bb22
--- /dev/null
+++ b/pages/editpaypwd/editpaypwd.wxml
@@ -0,0 +1,27 @@
+<view class="container">
+
+ <view class="global-background">
+ <view class="inline-item center" style="margin-top: 50rpx;">
+ <view class="input-desc">
+ 原支付密码
+ </view>
+ <input maxlength="6" placeholder="6位密码" type="number" password="true" style="width: 70%;" bindinput="setOriPassword"></input>
+ </view>
+
+ <view class="inline-item center" style="margin-top: 50rpx;">
+ <view class="input-desc">
+ 新支付密码
+ </view>
+ <input maxlength="6" placeholder="6位密码" type="number" password="true" style="width: 70%;" bindinput="setPassword"></input>
+ </view>
+ <view class="inline-item center" style="">
+ <view class="input-desc">
+ 确认密码
+ </view>
+ <input maxlength="6" placeholder="请再次确认密码" type="number" password="true" style="width: 70%;" bindinput="setPassword2"></input>
+ </view>
+
+ <button bindtap="doNext" class="long-btn" style="width: 90%;">确认修改</button>
+
+ </view>
+</view>
\ No newline at end of file