diff --git a/public/js/common/intercept-click.js b/public/js/common/intercept-click.js index a548e22..3d189fd 100644 --- a/public/js/common/intercept-click.js +++ b/public/js/common/intercept-click.js @@ -173,13 +173,13 @@ const matchHeader = (path, qs, titleMap) => { return header; } - if (/\/me\/help$/.test(path)) { + if (/\/help$/.test(path)) { header = titleMap[1]; header.title.des = '帮助中心'; return header; } - if (/\/me\/help-detail$/.test(path)) { + if (/\/help-detail$/.test(path)) { header = titleMap[1]; header.title.des = qs.title; // 帮助中心详细 return header; diff --git a/public/scss/me/_home.css b/public/scss/me/_home.css index 7a1e609..254e714 100644 --- a/public/scss/me/_home.css +++ b/public/scss/me/_home.css @@ -12,9 +12,9 @@ } .setting { - float: left; - margin-top: 40px; - margin-left: 15px; + position: fixed; + top: 40px; + left: 15px; font-size: 46px; } @@ -165,6 +165,6 @@ .app.ios { .setting { - margin-top: 80px; + top: 80px; } }