Showing
1 changed file
with
1 additions
and
1 deletions
@@ -892,7 +892,7 @@ $listNav.on('touchstart', 'li', function() { | @@ -892,7 +892,7 @@ $listNav.on('touchstart', 'li', function() { | ||
892 | require('../../common/footer'); | 892 | require('../../common/footer'); |
893 | require('./coupon'); | 893 | require('./coupon'); |
894 | 894 | ||
895 | -//点击事件埋点 | 895 | +// 点击事件埋点 |
896 | $('#goods-container').on('click', '.good-info', function() { | 896 | $('#goods-container').on('click', '.good-info', function() { |
897 | var PRD_ID = $(this).data('good-id'), | 897 | var PRD_ID = $(this).data('good-id'), |
898 | PRD_NUM = $(this).index() + 1, | 898 | PRD_NUM = $(this).index() + 1, |
-
Please register or login to post a comment