...
|
...
|
@@ -319,6 +319,8 @@ $subBlock.on('touchstart', 'li', function() { |
|
|
$.each($(this).parents('ul').find('i'), function() {
|
|
|
$(this).parents('ul').find('i').removeClass('icon-cb-radio').addClass('icon-radio');
|
|
|
});
|
|
|
$(this).parents('ul').hide();
|
|
|
$('.dispatch h3').removeClass('border-none');
|
|
|
dispatchInfo = $(this).find('span').html();
|
|
|
$(this).parents('.sub-block').find('h3 span').html(dispatchInfo);
|
|
|
if ($(this).find('i').hasClass('icon-cb-radio')) {
|
...
|
...
|
|