大理市民卡小程序1.0提交
diff --git a/pages/safety/safety.wxml b/pages/safety/safety.wxml
new file mode 100644
index 0000000..de0ab48
--- /dev/null
+++ b/pages/safety/safety.wxml
@@ -0,0 +1,25 @@
+<view class="container">
+ <view class="global-background">
+
+ <view class=" center inline-item" bindtap="changeLoginPwd" style="margin-top:2%;">
+ <view style="float:left">
+ 登录密码
+ </view>
+
+ <view class="arrow-icon" style="float:right;margin-left:75%">
+ >
+ </view>
+ </view>
+ <view class=" center inline-item" bindtap="changePayPwd">
+ <view style="float:left">
+ 支付密码
+ </view>
+ <view class="arrow-icon" style="float:right;margin-left:75%">
+ >
+ </view>
+ </view>
+
+ <button class="long-btn" bindtap="doLogout" style="background-color:red;width:80%;margin-top:100rpx">退出登录</button>
+
+ </view>
+</view>
\ No newline at end of file