Authored by weiqingting

_Chanel cookie 设置

... ... @@ -27,7 +27,11 @@ if ($.inArray(homePage, ['boys','girls','kids','lifestyle']) > -1) {
firstCount: homePage === ('boys' || 'lifestyle') ? '25' : '20',
pageCount: homePage === ('boys' || 'lifestyle') ? '15' : '12'
});
window.setCookie("_Channel",homePage,{domain: '.yohobuy.com',path: '/',expires:365});
window.setCookie('_Channel', homePage, {
domain: '.yohobuy.com',
path: '/',
expires: 365
});
}
... ...