Authored by 郝肖肖

gulp 5.0.2

@@ -229,8 +229,8 @@ function reMarginFooter(fixedElement) { @@ -229,8 +229,8 @@ function reMarginFooter(fixedElement) {
229 $footer.removeClass('hide'); 229 $footer.removeClass('hide');
230 230
231 // 接受微信商城或者第三方来源的数据埋点信息 231 // 接受微信商城或者第三方来源的数据埋点信息
232 - if ($.queryString().union_type) {  
233 - setCookie('union_type', $.queryString().union_type); 232 + if ($.queryString().mkt_code) {
  233 + setCookie('mkt_code', $.queryString().mkt_code);
234 } 234 }
235 235
236 }()); 236 }());
@@ -263,7 +263,7 @@ function reMarginFooter(fixedElement) { @@ -263,7 +263,7 @@ function reMarginFooter(fixedElement) {
263 window._ozuid = uid; // 暴露ozuid 263 window._ozuid = uid; // 暴露ozuid
264 264
265 if (window._yas) { 265 if (window._yas) {
266 - window._yas(1 * new Date(), '1.0.17', 'yohobuy_m', uid, '', ''); 266 + window._yas(1 * new Date(), '1.0.18', 'yohobuy_m', uid, '', '');
267 267
268 // 发送埋点数据 268 // 发送埋点数据
269 sendBpData = function(bpIdArr) { 269 sendBpData = function(bpIdArr) {
@@ -4639,7 +4639,7 @@ function downLoadApp() { @@ -4639,7 +4639,7 @@ function downLoadApp() {
4639 var clickedAt = new Date(); 4639 var clickedAt = new Date();
4640 4640
4641 setTimeout(function() { 4641 setTimeout(function() {
4642 - var mkt = window.queryString.union_type || window.cookie('union_type') || false; 4642 + var mkt = window.queryString.mkt_code || window.cookie('mkt_code') || false;
4643 4643
4644 if ((new Date()) - clickedAt < 2000) { 4644 if ((new Date()) - clickedAt < 2000) {
4645 if (mkt) { 4645 if (mkt) {
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.