Showing
1 changed file
with
4 additions
and
4 deletions
@@ -121,17 +121,17 @@ function rePosFooter() { | @@ -121,17 +121,17 @@ function rePosFooter() { | ||
121 | 121 | ||
122 | //未登录 | 122 | //未登录 |
123 | $op.prepend( | 123 | $op.prepend( |
124 | - '<a href="http://m.yohobuy.com/signin.html">登录</a>' + | 124 | + '<a href="/signin.html">登录</a>' + |
125 | '<span class="sep-line">|</span>' + | 125 | '<span class="sep-line">|</span>' + |
126 | - '<a href="http://m.yohobuy.com/reg.html">注册</a>' | 126 | + '<a href="/reg.html">注册</a>' |
127 | ); | 127 | ); |
128 | } else { | 128 | } else { |
129 | 129 | ||
130 | //已登录 | 130 | //已登录 |
131 | $op.prepend( | 131 | $op.prepend( |
132 | 'Hi,' + | 132 | 'Hi,' + |
133 | - '<a class="user-name" href="http://m.yohobuy.com/home?tmp=' + Math.random() + '">' + user[0] + '</a>' + | ||
134 | - '<a href="http://m.yohobuy.com/passport/signout/index?token=' + user[3] + '">退出</a>' | 133 | + '<a class="user-name" href="/home?tmp=' + Math.random() + '">' + user[0] + '</a>' + |
134 | + '<a href="/passport/signout/index?token=' + user[3] + '">退出</a>' | ||
135 | ); | 135 | ); |
136 | } | 136 | } |
137 | 137 |
-
Please register or login to post a comment