...
|
...
|
@@ -76,7 +76,6 @@ exports.yasBottom = function() { |
|
|
|
|
|
/* 点击套餐详情页中的商品时埋点*/
|
|
|
$('.package-box').on('click', '.package-pro .good-info', function() {
|
|
|
alert('s');
|
|
|
var $this = $(this);
|
|
|
var $index = $this.index() === 0 ? $this.index() + 1 : ($this.index() / 2) + 1;
|
|
|
var id = $this.find('.good-thumb').attr('href').split('_')[1];
|
...
|
...
|
@@ -89,10 +88,6 @@ exports.yasBottom = function() { |
|
|
yas.givePoint('YB_GDS_PACKAGE_GOODS_C', option);
|
|
|
});
|
|
|
|
|
|
$('.pkgDg-prodetal .pkg-product .type-chose .chose-color').click(function(){
|
|
|
alert('s');
|
|
|
});
|
|
|
|
|
|
/* 点击套餐详情页中的立即购买按钮时埋点*/
|
|
|
$('.package-box').on('click', '#buy-detail', function() {
|
|
|
var arr = [];
|
...
|
...
|
@@ -109,5 +104,5 @@ exports.yasBottom = function() { |
|
|
PACKAGE_GOODS: arr.join(';')
|
|
|
});
|
|
|
});
|
|
|
};
|
|
|
};
|
|
|
|
...
|
...
|
|