...
|
...
|
@@ -68,7 +68,7 @@ $('#likeBtn').on('touchstart', function() { |
|
|
|
|
|
$('#addtoCart').on('touchstart', function() {
|
|
|
$('.cart-bar').hide();
|
|
|
productCode && chosePanel.setLimitGoodModeWithSknId(productCode, skn);
|
|
|
productCode || chosePanel.setLimitGoodModeWithSknId(productCode, skn);
|
|
|
chosePanel.show();
|
|
|
|
|
|
//统计代码:用于统计用户加入购物车的动作
|
...
|
...
|
|