Authored by 郭成尧

fullsite-nofollow

... ... @@ -77,13 +77,13 @@
</a>
</li>
<li>
<a href="{{ shoppingCartUrl }}">
<a href="{{ shoppingCartUrl }}" rel="nofollow">
<i class="iconfont">&#xe62c;</i>
<span>购物车</span>
</a>
</li>
<li>
<a href="{{ mineUrl }}">
<a href="{{ mineUrl }}" rel="nofollow">
<i class="iconfont">&#xe62b;</i>
<span>我的</span>
</a>
... ...
... ... @@ -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 {
... ...