Authored by 郝肖肖

店铺默认排序order

... ... @@ -892,7 +892,7 @@ $listNav.on('touchstart', 'li', function() {
require('../../common/footer');
require('./coupon');
//点击事件埋点
// 点击事件埋点
$('#goods-container').on('click', '.good-info', function() {
var PRD_ID = $(this).data('good-id'),
PRD_NUM = $(this).index() + 1,
... ...