Authored by hf

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

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