Showing
1 changed file
with
1 additions
and
1 deletions
@@ -600,7 +600,7 @@ $subNav.on('touchend touchcancel', function(e) { | @@ -600,7 +600,7 @@ $subNav.on('touchend touchcancel', function(e) { | ||
600 | nav, | 600 | nav, |
601 | navType, | 601 | navType, |
602 | $active; | 602 | $active; |
603 | - var bpIdData = $(this).find('.buriedpoint').attr('data-bp-id') || ''; | 603 | + var bpIdData = $this.attr('data-bp-id') || ''; |
604 | 604 | ||
605 | e.preventDefault(); | 605 | e.preventDefault(); |
606 | $(document).trigger('shouldSendBpData', [bpIdData]); | 606 | $(document).trigger('shouldSendBpData', [bpIdData]); |
-
Please register or login to post a comment