Authored by yyq

gulp ge

... ... @@ -244,7 +244,8 @@ function reMarginFooter(fixedElement) {
// 绑定埋点点击事件
bindBpEvent = function() {
$('.buriedpoint').off('click').on('click', function(e) {
$('.buriedpoint').off('click');
$(document).on('click', '.buriedpoint', function(e) {
var databpid = $(this).attr('data-bp-id') || '',
bpIdArr = databpid.split('_');
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.