Authored by 沈志敏

增加雪碧图

... ... @@ -153,4 +153,4 @@ router.get('/blknew', news.blkNewGoods);
router.get('/newsale/hotrank', newsale.index); // 热销排行榜
router.get('/newsale/selectHotrank', newsale.selectHotrank); // 热销排行榜
module.exports = router;
\ No newline at end of file
module.exports = router;
... ...
... ... @@ -124,4 +124,4 @@ $(function() {
$('#brand-id').val()
);
}
});
\ No newline at end of file
});
... ...
... ... @@ -255,7 +255,7 @@ require('../common');
require('./detail/comments-consults');
require('./detail/consultform'); // TODO
promotionInit();
})
});
}, 200);
}(productSkn, productId, brandId));
... ... @@ -266,4 +266,4 @@ require('./detail/brand-coupon');
require('./detail/desc');
// 喂你优选
require('./detail/recommend-for-you-product-desc');
\ No newline at end of file
require('./detail/recommend-for-you-product-desc');
... ...