Authored by 郝肖肖

下载浮层埋点€修改

... ... @@ -211,8 +211,8 @@ function reMarginFooter(fixedElement) {
$footer.removeClass('hide');
// 接受微信商城或者第三方来源的数据埋点信息
if ($.queryString().mkt_code) {
setCookie('mkt_code', $.queryString().mkt_code);
if ($.queryString().union_type) {
setCookie('unionTypeYas', $.queryString().union_type);
}
}());
... ...
... ... @@ -19,7 +19,7 @@ function downLoadApp() {
var clickedAt = new Date();
setTimeout(function() {
var mkt = window.queryString.mkt_code || window.cookie('mkt_code') || false;
var mkt = window.queryString.union_type || window.cookie('unionTypeYas') || false;
if ((new Date()) - clickedAt < 2000) {
if (mkt) {
... ...