...
|
...
|
@@ -76,8 +76,8 @@ function setLoginStatus(data) { |
|
|
'<a href="//www.yohobuy.com/logout.html">[退出]</a>';
|
|
|
} else {
|
|
|
loginHtml = '<span>Hi~</span> ' +
|
|
|
'<a href="//www.yohobuy.com/signin.html">[请登录]</a> ' +
|
|
|
'<a href="//www.yohobuy.com/reg.html">[免费注册]</a>';
|
|
|
'<a href="//www.yohobuy.com/signin.html?refer="' + window.location.href + '>[请登录]</a> ' +
|
|
|
'<a href="//www.yohobuy.com/reg.html"' + window.location.href + '>[免费注册]</a>';
|
|
|
}
|
|
|
$('.header-tool li').eq(0).html(loginHtml);
|
|
|
}
|
...
|
...
|
|