浏览代码

去掉广告弹框

yuxingxing 2 年之前
父节点
当前提交
e08a16f7e1
共有 2 个文件被更改,包括 7 次插入7 次删除
  1. 6 6
      pages/index/view.vue
  2. 1 1
      shopro/store/modules/shopro.js

+ 6 - 6
pages/index/view.vue

@@ -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>
 					<!-- 直播 -->

+ 1 - 1
shopro/store/modules/shopro.js

@@ -119,7 +119,7 @@ const mutations = {
 		state.homeTemplate = data.home
 		state.userTemplate = data.user
 		state.floatData = data['float-button']?. [0]?.content
-		state.popupData = data?.popup?. [0]?.content
+		state.popupData = {}
 		state.tabbarData = data?.tabbar?. [0]?.content
 	},