Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
沈志敏
9 years ago
Commit
a49619f565cdd09cf52ad30c3c1d415401581869
1 parent
254f0c35
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
public/js/common/intercept-click.js
public/scss/me/_home.css
public/js/common/intercept-click.js
View file @
a49619f
...
...
@@ -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
;
...
...
public/scss/me/_home.css
View file @
a49619f
...
...
@@ -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
;
}
}
...
...
Please
register
or
login
to post a comment