Authored by 周少峰

Merge branch 'feature/detailCode' into gray

... ... @@ -398,7 +398,7 @@ bindEvent.add(function() {
size: parseInt($qrcodeImg.width(), 10) // 大小
});
$('.qrcode-buy').mouseenter(function() {
$('#code-buy').mouseenter(function() {
window._hmt.push(['_trackEvent', '二维码', '商品详情页', 'skn', $(this).attr('skn')]);
});
... ...
... ... @@ -147,8 +147,4 @@ $('.qrcode-hover-box').mouseenter(function() {
window._hmt.push(['_trackEvent', '二维码', '普通店铺', 'shopId', $(this).attr('data-id')]);
});
$('#code-buy').mouseenter(function() {
window._hmt.push(['_trackEvent', '二维码', '商品', '', '']);
});
require('./good-slide');
... ...