...
|
...
|
@@ -75,7 +75,7 @@ function updateLoginInfo(data) { |
|
|
var info = {
|
|
|
usercenter: 'http://www.yohobuy.com/home?t=' + new Date().getTime(),
|
|
|
nickname: data.profile_name,
|
|
|
signout: 'http://www.yohobuy.com/logout_' + data.token
|
|
|
signout: 'http://www.yohobuy.com/logout.html'
|
|
|
};
|
|
|
|
|
|
if (data.vip.curVipInfo.curLevel * 1 === 3) {
|
...
|
...
|
|