...
|
...
|
@@ -236,9 +236,10 @@ function reMarginFooter(fixedElement) { |
|
|
floor: bpIdArr[1],
|
|
|
data: bpIdArr[2]
|
|
|
};
|
|
|
|
|
|
if (window._yas.sendCustomInfo) {
|
|
|
window._yas.sendCustomInfo(jsonData, Boolean(parseInt(bpIdArr[3]) || 1));
|
|
|
}
|
|
|
}
|
|
|
};
|
|
|
|
|
|
// 绑定埋点点击事件
|
...
|
...
|
@@ -7602,6 +7603,7 @@ $('#likeBtn').on('touchstart', function() { |
|
|
|
|
|
$('#addtoCart').on('touchstart', function() {
|
|
|
$('.cart-bar').hide();
|
|
|
|
|
|
productCode && chosePanel.setLimitGoodModeWithSknId(productCode, skn);
|
|
|
chosePanel.show();
|
|
|
|
...
|
...
|
@@ -7616,6 +7618,11 @@ $('#addtoCart').on('touchstart', function() { |
|
|
return false;
|
|
|
});
|
|
|
|
|
|
$('#buyLimit').on('touchstart', function() {
|
|
|
tip.show('打开APP可抢购该商品哦~');
|
|
|
return false;
|
|
|
});
|
|
|
|
|
|
});
|
|
|
define("js/cart/chose-panel", ["jquery"], function(require, exports, module){
|
|
|
/**
|
...
|
...
|
|