Authored by hf

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

@@ -214,5 +214,7 @@ $('#yoho-footer').css({ @@ -214,5 +214,7 @@ $('#yoho-footer').css({
214 214
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
  219 + });
218 }; 220 };