Authored by xuqi

cookir exprise

... ... @@ -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
... ...