Authored by xuqi

cookie domain

@@ -215,6 +215,7 @@ $('#yoho-footer').css({ @@ -215,6 +215,7 @@ $('#yoho-footer').css({
215 //set cookie 215 //set cookie
216 exports.set = function(c) { 216 exports.set = function(c) {
217 window.setCookie('_Channel', c, { 217 window.setCookie('_Channel', c, {
218 - expires: 365 218 + expires: 365,
  219 + domain: '.m.yohobuy.com'
219 }); 220 });
220 }; 221 };