Authored by 徐祁xuqi

shop data

@@ -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]);