Authored by 郝肖肖

设置第三方uniontype cookie在根目录

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