From 80e1215ed95141f00f14948b2396e4f3ff243696 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Thu, 19 Jun 2025 19:49:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 7 +++++++ root/person/{change copy.vue => changeUser.vue} | 6 +++--- root/person/info.vue | 4 ++-- static/css/base.scss | 7 ++++++- 4 files changed, 18 insertions(+), 6 deletions(-) rename root/person/{change copy.vue => changeUser.vue} (96%) 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; }