Merge branch 'feature/appDown' into release/5.1
Showing
2 changed files
with
3 additions
and
3 deletions
@@ -203,8 +203,8 @@ $.extend({ | @@ -203,8 +203,8 @@ $.extend({ | ||
203 | $footer.removeClass('hide'); | 203 | $footer.removeClass('hide'); |
204 | 204 | ||
205 | // 接受微信商城或者第三方来源的数据埋点信息 | 205 | // 接受微信商城或者第三方来源的数据埋点信息 |
206 | - if (queryString().union_type) { | ||
207 | - setCookie('union_type', queryString().union_type); | 206 | + if (queryString().mkt_code) { |
207 | + setCookie('mkt_code', queryString().mkt_code); | ||
208 | } | 208 | } |
209 | 209 | ||
210 | }()); | 210 | }()); |
@@ -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.union_type || window.cookie('union_type') || false; | 22 | + var mkt = window.queryString.mkt_code || window.cookie('mkt_code') || 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