This commit is contained in:
2023-11-18 13:46:52 +08:00
parent 3e08136bfa
commit 7f4aecb936
13 changed files with 519 additions and 521 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<template>
<!-- <template>
<view class="live-el mx20 mb10">
<view class="head">
<text class="head-title">热门直播</text>
@@ -243,4 +243,4 @@
}
}
}
</style>
</style> -->
+3 -3
View File
@@ -54,7 +54,7 @@
:detail="benefit" />
<!-- 直播 -->
<!-- #ifdef MP-WEIXIN -->
<Live v-if="item.type == 'live'" :detail="live" />
<!-- <Live v-if="item.type == 'live'" :detail="live" /> -->
<!-- #endif -->
<!-- 为您推荐 -->
<PromotionGood v-if="item.type == 'promotionGood'" :benefit="benefit" />
@@ -82,7 +82,7 @@ import Banner from './components/Banner'
import HotCommodity from './components/HotCommodity'
import FirstNewProduct from './components/FirstNewProduct'
import ProductsRecommended from './components/ProductsRecommended'
import Live from './components/Live'
// import Live from './components/Live'
import { getHomeData, getShare, getCanvas } from '@/api/public'
import cookie from '@/utils/store/cookie'
@@ -108,7 +108,7 @@ export default {
HotCommodity,
FirstNewProduct,
ProductsRecommended,
Live,
// Live,
},
props: {},
data: function() {