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

This commit is contained in:
owen
2023-11-19 18:27:24 +08:00
parent 10fe28093e
commit f0bf79c43e
3 changed files with 44 additions and 25 deletions
@@ -31,7 +31,7 @@
<!-- 商品组件商品卡片 -->
<s-goods-card v-if="type === 'ProductCard'" :data="data" :styles="styles" />
<!-- 商品组件商品栏 -->
<s-goods-shelves v-if="type === 'goodsShelves'" :data="data" :styles="styles" />
<s-goods-shelves v-if="type === 'ProductList'" :data="data" :styles="styles" />
<!-- 营销组件拼团 -->
<s-groupon-block v-if="type === 'groupon'" :data="data" :styles="styles" />