Authored by 毕凯

登录地址修改

... ... @@ -881,7 +881,7 @@ function postCollect(info) {
}
if (data.code === 401) {
url = location.origin + '/signin.html?refer=' + encodeURIComponent(location.href) + '&openby:yohobuy=';
url = 'http://m.yohobuy.com/signin.html?refer=' + encodeURIComponent(location.href) + '&openby:yohobuy=';
url += JSON.stringify({"action": "go.weblogin", "params": { "jumpurl": { "url": 'http://m.yohobuy.com' + location.pathname, "param": info.data }, "requesturl": { "param": {}, "url": "" }, "priority": "N" } });
$('body').append('<a href=\'' + url + '\'><span class="jump-login"><span></a>');
... ...