Authored by OF1706

m

... ... @@ -610,7 +610,7 @@ module.exports = class extends global.yoho.BaseModel {
thumb: helpers.image(val.default_images, 235, 314),
product_name: val.product_name,
sales_price: val.sales_price,
url: helpers.getUrlBySkc(val.product_id, val.goods_list[0].goods_id, val.cn_alphabet)
url: helpers.getUrlBySkc(val.product_skn, val.goods_list[0].goods_id, val.cn_alphabet)
};
if (val.market_price !== val.sales_price) {
... ...