Authored by xuqi

login with refer

@@ -119,7 +119,7 @@ function rePosFooter() { @@ -119,7 +119,7 @@ function rePosFooter() {
119 119
120 //未登录 120 //未登录
121 $op.prepend( 121 $op.prepend(
122 - '<a href="/signin.html">登录</a>' + 122 + '<a href="/signin.html?refer=' + location.href + '">登录</a>' +
123 '<span class="sep-line">|</span>' + 123 '<span class="sep-line">|</span>' +
124 '<a href="/reg.html">注册</a>' 124 '<a href="/reg.html">注册</a>'
125 ); 125 );