...
|
...
|
@@ -394,6 +394,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');
|
|
|
});
|
...
|
...
|
|