Authored by 郭成尧

'添加小图列表处理'

... ... @@ -60,7 +60,7 @@ exports.processProductList = (list, options) => {
return;
}
//折扣
// 折扣
product.discount = (product.salesPrice / product.marketPrice * 10).toFixed(1);
// 市场价和售价一样,则不显示市场价
... ...