Authored by ccbikai

修改频道 cookie作用域

@@ -207,7 +207,7 @@ window.reMarginFooter('.footer-tab'); @@ -207,7 +207,7 @@ window.reMarginFooter('.footer-tab');
207 exports.set = function(c) { 207 exports.set = function(c) {
208 window.setCookie('_Channel', c, { 208 window.setCookie('_Channel', c, {
209 expires: 365, 209 expires: 365,
210 - domain: '.m.yohobuy.com' 210 + domain: '.yohobuy.com'
211 }); 211 });
212 }; 212 };
213 213