diff --git a/pages.json b/pages.json index cad5075..566fcf0 100644 --- a/pages.json +++ b/pages.json @@ -127,6 +127,13 @@ "navigationBarTitleText": " " } }, + { + "path": "changeUser", + "style": { + "navigationBarTitleText": " " + } + }, + { "path": "pwdForget", "style": { diff --git a/root/person/change copy.vue b/root/person/changeUser.vue similarity index 96% rename from root/person/change copy.vue rename to root/person/changeUser.vue index a5cfac4..acf2a67 100644 --- a/root/person/change copy.vue +++ b/root/person/changeUser.vue @@ -16,7 +16,7 @@ }, ]" > - + @@ -40,7 +40,7 @@ - + diff --git a/root/person/info.vue b/root/person/info.vue index b6aa971..c93e74e 100644 --- a/root/person/info.vue +++ b/root/person/info.vue @@ -116,14 +116,14 @@ export default { icon: "", label: "用户名", result: that.userinfo.userName, - path: "/root/person/change?title=设置用户名&remark=好的花名,让团队成员更好记住你&value=" + that.userinfo.userName, + path: "/root/person/changeUser?title=设置用户名&remark=好的花名,让团队成员更好记住你&value=" + that.userinfo.userName, tip: "username", }, { icon: "", label: "手机号", result: that.userinfo.tel, - path: "/root/person/change?title=设置手机号&remark=&value=" + that.userinfo.tel, + path: "/root/person/changeUser?title=设置手机号&remark=&value=" + that.userinfo.tel, tip: "mobile", }, ]; diff --git a/static/css/base.scss b/static/css/base.scss index 8cc9ab5..bd0735b 100644 --- a/static/css/base.scss +++ b/static/css/base.scss @@ -622,7 +622,12 @@ $max-mp: 20; .g_pl_40 { padding-left: 40px; } - +.g_mt_32{ + margin-top: 32px; +} +.g_mt_90{ + margin-top: 90px; +} .g_mb_32{ margin-bottom: 32px; }