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
周少峰
8 years ago
Commit
c1ed6b462eca74c3fcbd14157678d1425e31dce4
2 parents
c329bf85
3c44df2b
Merge branch 'hotfix/async-header' of git.yoho.cn:fe/yohobuy-node into hotfix/async-header
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
doraemon/views/partial/header.hbs
doraemon/views/partial/header.hbs
View file @
c1ed6b4
...
...
@@ -19,8 +19,8 @@
<ul>
<li
id=
"loginBox"
>
<span
class=
"hi"
>
Hi~
</span>
[
<a
href=
"//www.yohobuy.com/signin.html"
class=
"loginbar"
>
请登录
</a>
]
[
<a
href=
"//www.yohobuy.com/reg.html"
class=
"registbar"
>
免费注册
</a>
]
[
<a
id=
"signin-url"
href=
"//www.yohobuy.com/signin.html"
class=
"loginbar"
>
请登录
</a>
]
[
<a
id=
"reg-url"
href=
"//www.yohobuy.com/reg.html"
class=
"registbar"
>
免费注册
</a>
]
</li>
<li
class=
"myyoho"
id=
"myYohoBox"
>
<span
class=
"tag-seprate"
></span>
...
...
@@ -272,4 +272,4 @@
</div>
<input
id=
"api-domain"
type=
"hidden"
value=
"
{{
apiDomain
}}
"
>
{{/
headerData
}}
\ No newline at end of file
{{/
headerData
}}
...
...
Please
register
or
login
to post a comment