From a46548a0b75e54a24f28524f7ed315a1159f2408 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Wed, 26 Feb 2020 22:24:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E4=BF=AE=E6=94=B9=E5=AF=86?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 12 +++++ pages/changePwd/changePwd.vue | 79 +++++++++++++++++++++++++++++ pages/my/my.vue | 16 +++++- pages/userInfo/userInfo.vue | 94 +++++++++++++++++++++++++++++++++++ 4 files changed, 200 insertions(+), 1 deletion(-) create mode 100644 pages/changePwd/changePwd.vue create mode 100644 pages/userInfo/userInfo.vue diff --git a/pages.json b/pages.json index 1bced5a..8ce0b82 100644 --- a/pages.json +++ b/pages.json @@ -55,6 +55,18 @@ "navigationBarTitleText": "切换小区" } } + ,{ + "path" : "pages/userInfo/userInfo", + "style" : { + "navigationBarTitleText": "个人信息" + } + } + ,{ + "path" : "pages/changePwd/changePwd", + "style" : { + "navigationBarTitleText": "修改密码" + } + } ], "globalStyle": { "navigationBarTextStyle": "white", diff --git a/pages/changePwd/changePwd.vue b/pages/changePwd/changePwd.vue new file mode 100644 index 0000000..1c360a4 --- /dev/null +++ b/pages/changePwd/changePwd.vue @@ -0,0 +1,79 @@ + + + + + diff --git a/pages/my/my.vue b/pages/my/my.vue index 07ee1fd..285a74b 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -24,6 +24,12 @@ 个人信息 + + + + 修改密码 + + @@ -74,7 +80,15 @@ }, //用户信息 _userInfo:function(){ - + uni.navigateTo({ + url:"/pages/userInfo/userInfo" + }); + }, + //修改密码 + _changePwd:function(){ + uni.navigateTo({ + url:"/pages/changePwd/changePwd" + }); } } diff --git a/pages/userInfo/userInfo.vue b/pages/userInfo/userInfo.vue new file mode 100644 index 0000000..52da5d3 --- /dev/null +++ b/pages/userInfo/userInfo.vue @@ -0,0 +1,94 @@ + + + + +