Authored by 郭成尧

Merge branch 'release/4.6' of git.yoho.cn:fe/yohobuy-node into release/4.6

This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
@@ -75,7 +75,7 @@ function updateLoginInfo(data) { @@ -75,7 +75,7 @@ function updateLoginInfo(data) {
75 var info = { 75 var info = {
76 usercenter: 'http://www.yohobuy.com/home?t=' + new Date().getTime(), 76 usercenter: 'http://www.yohobuy.com/home?t=' + new Date().getTime(),
77 nickname: data.profile_name, 77 nickname: data.profile_name,
78 - signout: 'http://www.yohobuy.com/logout_' + data.token 78 + signout: 'http://www.yohobuy.com/logout.html'
79 }; 79 };
80 80
81 if (data.vip.curVipInfo.curLevel * 1 === 3) { 81 if (data.vip.curVipInfo.curLevel * 1 === 3) {