Showing
5 changed files
with
5 additions
and
5 deletions
@@ -170,17 +170,17 @@ function reMarginFooter(fixedElement) { | @@ -170,17 +170,17 @@ function reMarginFooter(fixedElement) { | ||
170 | 170 | ||
171 | //未登录 | 171 | //未登录 |
172 | $op.prepend( | 172 | $op.prepend( |
173 | - '<a href="//m.yohobuy.com/signin.html?refer=' + location.href + '">登录</a>' + | 173 | + '<a href="http://m.yohobuy.com/signin.html?refer=' + location.href + '">登录</a>' + |
174 | '<span class="sep-line">|</span>' + | 174 | '<span class="sep-line">|</span>' + |
175 | - '<a href="//m.yohobuy.com/reg.html">注册</a>' | 175 | + '<a href="http://m.yohobuy.com/reg.html">注册</a>' |
176 | ); | 176 | ); |
177 | } else { | 177 | } else { |
178 | 178 | ||
179 | //已登录 | 179 | //已登录 |
180 | $op.prepend( | 180 | $op.prepend( |
181 | '<span>Hi,</span>' + | 181 | '<span>Hi,</span>' + |
182 | - '<a class="user-name" href="//m.yohobuy.com/home?tmp=' + Math.random() + '">' + user[0] + '</a>' + | ||
183 | - '<a href="//m.yohobuy.com/passport/signout/index?token=' + user[3] + '">退出</a>' | 182 | + '<a class="user-name" href="http://m.yohobuy.com/home?tmp=' + Math.random() + '">' + user[0] + '</a>' + |
183 | + '<a href="http://m.yohobuy.com/passport/signout/index?token=' + user[3] + '">退出</a>' | ||
184 | ); | 184 | ); |
185 | } | 185 | } |
186 | 186 | ||
@@ -209,7 +209,7 @@ function reMarginFooter(fixedElement) { | @@ -209,7 +209,7 @@ function reMarginFooter(fixedElement) { | ||
209 | a.async = 1; | 209 | a.async = 1; |
210 | a.src = j; | 210 | a.src = j; |
211 | m.parentNode.insertBefore(a, m); | 211 | m.parentNode.insertBefore(a, m); |
212 | -})(window, document, 'script', '//cdn.yoho.cn/yas-jssdk/1.0.14/yas.js', '_yas'); | 212 | +})(window, document, 'script', 'http://cdn.yoho.cn/yas-jssdk/1.0.14/yas.js', '_yas'); |
213 | 213 | ||
214 | (function() { | 214 | (function() { |
215 | var uid = getUid(); | 215 | var uid = getUid(); |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.

12.6 KB

749 Bytes
-
Please register or login to post a comment