营销:适配商城装修组件【商品卡片】

This commit is contained in:
owen
2023-11-17 09:56:50 +08:00
parent 7adf5dd257
commit 99529e3b9e
4 changed files with 157 additions and 67 deletions
@@ -29,7 +29,7 @@
<s-hotzone-block v-if="type === 'hotzone'" :data="data" :styles="styles" />
<!-- 商品组件商品卡片 -->
<s-goods-card v-if="type === 'goodsCard'" :data="data" :styles="styles" />
<s-goods-card v-if="type === 'ProductCard'" :data="data" :styles="styles" />
<!-- 商品组件商品栏 -->
<s-goods-shelves v-if="type === 'goodsShelves'" :data="data" :styles="styles" />