增加公共分享组件
This commit is contained in:
@@ -1445,7 +1445,11 @@
|
||||
// showShopsku.value = true;
|
||||
goodsModalList.value.push({
|
||||
show:true,
|
||||
goods:specifications.item
|
||||
goods:{
|
||||
...specifications.item,
|
||||
/*过滤掉只有一个规格且下架的商品或者skuList为空的商品*/
|
||||
relatedRecommendJson:(specifications.item.relatedRecommendJson||[]).filter(v=>v.skuList&&v.skuList.length)
|
||||
}
|
||||
})
|
||||
};
|
||||
// 判断商品是否在可售时间内
|
||||
|
||||
Reference in New Issue
Block a user