Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
052543b3da1e2dea4feaa2660c94e992a341f845
1 parent
905d3f3b
relative path
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
static/js/common.js
static/js/common.js
View file @
052543b
...
...
@@ -121,17 +121,17 @@ function rePosFooter() {
//未登录
$op
.
prepend
(
'<a href="
http://m.yohobuy.com
/signin.html">登录</a>'
+
'<a href="/signin.html">登录</a>'
+
'<span class="sep-line">|</span>'
+
'<a href="
http://m.yohobuy.com
/reg.html">注册</a>'
'<a href="/reg.html">注册</a>'
);
}
else
{
//已登录
$op
.
prepend
(
'Hi,'
+
'<a class="user-name" href="http://m.yohobuy.com/home?tmp='
+
Math
.
random
()
+
'">'
+
user
[
0
]
+
'</a>'
+
'<a href="http://m.yohobuy.com/passport/signout/index?token='
+
user
[
3
]
+
'">退出</a>'
'<a class="user-name" href="/home?tmp='
+
Math
.
random
()
+
'">'
+
user
[
0
]
+
'</a>'
+
'<a href="/passport/signout/index?token='
+
user
[
3
]
+
'">退出</a>'
);
}
...
...
Please
register
or
login
to post a comment