Authored by 郝肖肖

merage currency

... ... @@ -409,6 +409,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');
});
... ...
... ... @@ -188,7 +188,7 @@
li.dispatch-time-info {
line-height: 30px;
padding: 20px 30px 20px 40px;
font-size: 21px;
font-size: 25px;
}
}
}
... ...