大理市民卡小程序1.0提交
diff --git a/pages/pwdset/pwdset.wxml b/pages/pwdset/pwdset.wxml
new file mode 100644
index 0000000..5f697c0
--- /dev/null
+++ b/pages/pwdset/pwdset.wxml
@@ -0,0 +1,20 @@
+<view class="container">
+
+ <view class="global-background">
+ <view class="inline-item center" style="margin-top: 50rpx;">
+ <view class="input-desc">
+ 登录密码
+ </view>
+ <input placeholder="6位以上字符" password="true" style="width: 70%;" bindinput="setPassword"></input>
+ </view>
+ <view class="inline-item center" style="">
+ <view class="input-desc">
+ 确认密码
+ </view>
+ <input placeholder="6位以上字符" 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