Showing
1 changed file
with
2 additions
and
0 deletions
@@ -319,6 +319,8 @@ $subBlock.on('touchstart', 'li', function() { | @@ -319,6 +319,8 @@ $subBlock.on('touchstart', 'li', function() { | ||
319 | $.each($(this).parents('ul').find('i'), function() { | 319 | $.each($(this).parents('ul').find('i'), function() { |
320 | $(this).parents('ul').find('i').removeClass('icon-cb-radio').addClass('icon-radio'); | 320 | $(this).parents('ul').find('i').removeClass('icon-cb-radio').addClass('icon-radio'); |
321 | }); | 321 | }); |
322 | + $(this).parents('ul').hide(); | ||
323 | + $('.dispatch h3').removeClass('border-none'); | ||
322 | dispatchInfo = $(this).find('span').html(); | 324 | dispatchInfo = $(this).find('span').html(); |
323 | $(this).parents('.sub-block').find('h3 span').html(dispatchInfo); | 325 | $(this).parents('.sub-block').find('h3 span').html(dispatchInfo); |
324 | if ($(this).find('i').hasClass('icon-cb-radio')) { | 326 | if ($(this).find('i').hasClass('icon-cb-radio')) { |
-
Please register or login to post a comment