Authored by xuqi

cookie domain

... ... @@ -215,6 +215,7 @@ $('#yoho-footer').css({
//set cookie
exports.set = function(c) {
window.setCookie('_Channel', c, {
expires: 365
expires: 365,
domain: '.m.yohobuy.com'
});
};
\ No newline at end of file
... ...