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
Plain Diff
Browse Files
Authored by
陈峰
7 years ago
Commit
9fee8c02155aeebb44a665ec694da6fd21f793f7
2 parents
e626ebae
cf769553
Merge branch 'hotfix/cpdqText' into 'master'
fix text fix text See merge request
!183
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/about/models/about.js
apps/about/views/action/chanpin.hbs
apps/about/models/about.js
View file @
9fee8c0
...
...
@@ -147,7 +147,7 @@ module.exports = class extends global.yoho.BaseModel {
return
{
pathNav
:
[
{
pathTitle
:
`
$
{
upChannel
}
首页`
,
name
:
`
$
{
upChannel
}
首页`
,
href
:
indexUrl
[
channel
]},
{
pathTitle
:
'
全部分类'
,
name
:
'全部分类
'
}
{
pathTitle
:
'
产品大全'
,
name
:
'产品大全
'
}
],
hotBrands
:
result
[
1
],
chanpinList
...
...
apps/about/views/action/chanpin.hbs
View file @
9fee8c0
...
...
@@ -2,7 +2,7 @@
{{>
common
/
path-nav
}}
<div
class=
"chanpin-block"
>
<h1
class=
"main-title"
>
商
品大全
</h1>
<h1
class=
"main-title"
>
产
品大全
</h1>
<ul
class=
"list-block clearfix"
>
{{#
chanpinList
}}
<li><a
href=
"//www.yohobuy.com/chanpin/
{{
id
}}
.html"
title=
"
{{
keyword
}}
"
target=
"_blank"
>
{{
keyword
}}
</a></li>
...
...
Please
register
or
login
to post a comment