...
|
...
|
@@ -213,7 +213,7 @@ module.exports = class extends global.yoho.BaseModel { |
|
|
if (list.product_skc === val.product_skc) {
|
|
|
friendsGoods.push({
|
|
|
imgSrc: val.images_url,
|
|
|
goodUrl: helpers.urlFormat(`/product/${list.skn}.html`, '', null),
|
|
|
goodUrl: helpers.urlFormat(`/product/${list.product_skn}.html`, '', null),
|
|
|
});
|
|
|
}
|
|
|
});
|
...
|
...
|
|