Authored by 郝肖肖

设置第三方uniontype cookie在根目录

... ... @@ -212,7 +212,7 @@ function reMarginFooter(fixedElement) {
// 接受微信商城或者第三方来源的数据埋点信息
if ($.queryString().union_type) {
setCookie('unionTypeYas', $.queryString().union_type);
setCookie('unionTypeYas', $.queryString().union_type, {'path': '/'});
}
}());
... ...