Showing
2 changed files
with
3 additions
and
3 deletions
@@ -211,8 +211,8 @@ function reMarginFooter(fixedElement) { | @@ -211,8 +211,8 @@ function reMarginFooter(fixedElement) { | ||
211 | $footer.removeClass('hide'); | 211 | $footer.removeClass('hide'); |
212 | 212 | ||
213 | // 接受微信商城或者第三方来源的数据埋点信息 | 213 | // 接受微信商城或者第三方来源的数据埋点信息 |
214 | - if ($.queryString().mkt_code) { | ||
215 | - setCookie('mkt_code', $.queryString().mkt_code); | 214 | + if ($.queryString().union_type) { |
215 | + setCookie('unionTypeYas', $.queryString().union_type); | ||
216 | } | 216 | } |
217 | 217 | ||
218 | }()); | 218 | }()); |
@@ -19,7 +19,7 @@ function downLoadApp() { | @@ -19,7 +19,7 @@ function downLoadApp() { | ||
19 | var clickedAt = new Date(); | 19 | var clickedAt = new Date(); |
20 | 20 | ||
21 | setTimeout(function() { | 21 | setTimeout(function() { |
22 | - var mkt = window.queryString.mkt_code || window.cookie('mkt_code') || false; | 22 | + var mkt = window.queryString.union_type || window.cookie('unionTypeYas') || false; |
23 | 23 | ||
24 | if ((new Date()) - clickedAt < 2000) { | 24 | if ((new Date()) - clickedAt < 2000) { |
25 | if (mkt) { | 25 | if (mkt) { |
-
Please register or login to post a comment