Showing
1 changed file
with
2 additions
and
1 deletions
@@ -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 | }; |
-
Please register or login to post a comment