设置第三方uniontype cookie在根目录
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | }()); |
-
Please register or login to post a comment