...
|
...
|
@@ -80,6 +80,7 @@ const favorite = { |
|
|
p.hideBtn = true;
|
|
|
} else if (p.storage === 0) {
|
|
|
p.stateText = '已售罄';
|
|
|
p.hideBtn = true;
|
|
|
}
|
|
|
p.url = `/product/pro_${p.productId}_${p.goodsId}/${p.cnAlphabet}.html`;
|
|
|
p.imageUrl = p.image.replace('imageMogr2', 'imageMogr1');
|
...
|
...
|
|