...
|
...
|
@@ -206,9 +206,9 @@ $.extend({ |
|
|
|
|
|
// 未登录
|
|
|
$op.prepend(
|
|
|
'<a href="/signin.html?refer=' + location.href + '">登录</a>' +
|
|
|
'<a href="/signin.html?refer=' + location.href + '" rel="nofollow">登录</a>' +
|
|
|
'<span class="sep-line">|</span>' +
|
|
|
'<a href="/reg.html">注册</a>'
|
|
|
'<a href="/reg.html" rel="nofollow">注册</a>'
|
|
|
);
|
|
|
} else {
|
|
|
|
...
|
...
|
|