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
shuaiguo
2020-06-24 17:13:18 +0800
Commit
8bda39ff857972564612ce959af93ac1fda0b448
1 parent
82bcd4f3
feat(首页): 移除boys
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
apps/brands/views/action/brands/list.hbs
package.json
public/js/product/detail/change-nav.js
apps/brands/views/action/brands/list.hbs
View file @
8bda39f
...
...
@@ -2,7 +2,7 @@
<div
class=
"home-page yoho-page brands"
data-page=
"brands"
>
{{#
brands
}}
<div
class=
"sit-nav"
>
<a
href=
"#"
>
BOYS
首页
</a><span
class=
"sep"
>
>
</span><a
href=
"#"
>
品牌一览
</a>
<a
href=
"#"
>
首页
</a><span
class=
"sep"
>
>
</span><a
href=
"#"
>
品牌一览
</a>
</div>
<div
class=
"brands-tabs height-initial"
>
<ul
class=
"clearfix"
>
...
...
package.json
View file @
8bda39f
{
"name"
:
"yohobuy-node"
,
"version"
:
"6.10.
3
"
,
"version"
:
"6.10.
4
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/js/product/detail/change-nav.js
View file @
8bda39f
...
...
@@ -4,7 +4,7 @@ module.exports = function() {
var
_channel
=
{
// eslint-disable-line
boys
:
{
url
:
'//www.yohobuy.com'
,
name
:
'
BOYS
首页'
name
:
'首页'
},
girls
:
{
url
:
'//new.yohobuy.com/woman'
,
...
...
Please
register
or
login
to post a comment