Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
石坚
2016-09-06 08:52:50 +0200
Commit
7f2d8209ed2a573737cc1e2fd1b1a27417d46a4f
1 parent
4733f645
外跳链接不做修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
doraemon/models/header.js
doraemon/views/partial/header.hbs
doraemon/models/header.js
View file @
7f2d820
...
...
@@ -33,7 +33,7 @@ const getMenuData = () => (
cn
:
'潮流嘉年华'
,
en
:
'YO\'HOOD'
},
{
link
:
'//www.yohobuy.com'
,
link
:
'
http:
//www.yohobuy.com'
,
cn
:
'有货'
,
en
:
'YOHO!BUY'
}]
...
...
doraemon/views/partial/header.hbs
View file @
7f2d820
...
...
@@ -7,7 +7,7 @@
<ul
class=
"yoho-group"
>
{{#
yohoGroup
}}
<li>
<a
href=
"
{{
https
link
}}
"
data-en=
"
{{
en
}}
"
data-cn=
"
{{
cn
}}
"
>
{{
en
}}
</a>
<a
href=
"
{{
link
}}
"
data-en=
"
{{
en
}}
"
data-cn=
"
{{
cn
}}
"
>
{{
en
}}
</a>
</li>
{{/
yohoGroup
}}
</ul>
...
...
Please
register
or
login
to post a comment