Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
8 years ago
Commit
12f57aff943d77374d383fa8817f5f46f97c4cd3
1 parent
7fcf2726
fix help
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/help/models/help-service.js
apps/help/models/help-service.js
View file @
12f57af
...
...
@@ -295,7 +295,7 @@ module.exports = class extends global.yoho.BaseModel {
ht
=
`
$
{
params
.
keywords
}
`
;
}
else
{
nav
=
_this
.
_getNav
(
params
.
id
,
menuData
,
params
.
url
);
ht
=
_
.
last
(
nav
).
name
;
ht
=
_
.
get
(
_
.
last
(
nav
),
'name'
,
''
)
;
}
return
{
...
...
Please
register
or
login
to post a comment