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
b119f2027995a807136b40eee5bc8cf468b73815
2 parents
a3cb71a6
c1ed6b46
Merge branch 'hotfix/async-header' into release/1019
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 @
b119f20
...
...
@@ -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>
...
...
@@ -274,4 +274,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