|
@@ -28,15 +28,15 @@
|
|
|
<!-- 推荐商品 -->
|
|
|
<sh-hot-goods v-if="item.type === 'goods-list' || item.type === 'goods-group'" :detail="item.content"></sh-hot-goods>
|
|
|
<!-- 广告魔方 -->
|
|
|
- <sh-adv v-if="item.type === 'adv'" :detail="item.content"></sh-adv>
|
|
|
+ <!-- <sh-adv v-if="item.type === 'adv'" :detail="item.content"></sh-adv> -->
|
|
|
<!-- 优惠券 -->
|
|
|
- <sh-coupon v-if="item.type === 'coupons'" :detail="item.content"></sh-coupon>
|
|
|
+ <!-- <sh-coupon v-if="item.type === 'coupons'" :detail="item.content"></sh-coupon> -->
|
|
|
<!-- 秒杀-->
|
|
|
- <sh-seckill v-if="item.type === 'seckill'" :detail="item.content"></sh-seckill>
|
|
|
+ <!-- <sh-seckill v-if="item.type === 'seckill'" :detail="item.content"></sh-seckill> -->
|
|
|
<!-- 拼团 -->
|
|
|
- <sh-groupon v-if="item.type === 'groupon'" :detail="item.content"></sh-groupon>
|
|
|
+ <!-- <sh-groupon v-if="item.type === 'groupon'" :detail="item.content"></sh-groupon> -->
|
|
|
<!-- 富文本 -->
|
|
|
- <sh-richtext v-if="item.type === 'rich-text'" :richId="item.content.id"></sh-richtext>
|
|
|
+ <!-- <sh-richtext v-if="item.type === 'rich-text'" :richId="item.content.id"></sh-richtext> -->
|
|
|
<!-- 功能列表 -->
|
|
|
<sh-cell v-if="item.type === 'nav-list'" :list="item.content.list"></sh-cell>
|
|
|
<!-- 九宫格列表 -->
|
|
@@ -44,7 +44,7 @@
|
|
|
<!-- 功能标题 -->
|
|
|
<sh-title-card v-if="item.type === 'title-block'" :title="item.content.name" :bgImage="item.content.image" :titleColor="item.content.color"></sh-title-card>
|
|
|
<!-- 钱包 -->
|
|
|
- <sh-wallet v-if="item.type === 'wallet-card'"></sh-wallet>
|
|
|
+ <!-- <sh-wallet v-if="item.type === 'wallet-card'"></sh-wallet> -->
|
|
|
<!-- 订单卡片 -->
|
|
|
<sh-order-card v-if="item.type === 'order-card'"></sh-order-card>
|
|
|
<!-- 直播 -->
|