...
|
...
|
@@ -211,8 +211,8 @@ function reMarginFooter(fixedElement) { |
|
|
$footer.removeClass('hide');
|
|
|
|
|
|
// 接受微信商城或者第三方来源的数据埋点信息
|
|
|
if ($.queryString().union_type) {
|
|
|
setCookie('union_type', $.queryString().union_type);
|
|
|
if ($.queryString().mkt_code) {
|
|
|
setCookie('mkt_code', $.queryString().mkt_code);
|
|
|
}
|
|
|
|
|
|
}());
|
...
|
...
|
|