Authored by 郝肖肖

gulp ge

... ... @@ -230,7 +230,7 @@ function reMarginFooter(fixedElement) {
// 接受微信商城或者第三方来源的数据埋点信息
if ($.queryString().mkt_code) {
setCookie('mkt_code', $.queryString().mkt_code);
setCookie('unionType', $.queryString().mkt_code);
}
}());
... ... @@ -4639,7 +4639,7 @@ function downLoadApp() {
var clickedAt = new Date();
setTimeout(function() {
var mkt = window.queryString.mkt_code || window.cookie('mkt_code') || false;
var mkt = window.queryString.mkt_code || window.cookie('unionType') || false;
if ((new Date()) - clickedAt < 2000) {
if (mkt) {
... ... @@ -14727,6 +14727,11 @@ $('.dispatch').on('touchend', 'h3', function() {
});
$subBlock.on('touchstart', 'li', function() {
//送货时间提示语li,不响应事件
if ($(this).hasClass('dispatch-time-info')) {
return true;
}
$.each($(this).parents('ul').find('i'), function() {
$(this).parents('ul').find('i').removeClass('icon-cb-radio').addClass('icon-radio');
});
... ...
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.
This diff could not be displayed because it is too large.