jinchaoyu před 1 rokem
rodič
revize
ca3bff9c7b

+ 4 - 0
pages/index/diy/components/latestGroupBuying.vue

@@ -101,9 +101,13 @@
 </template>
 
 <script>
+import productConSwiperGroupbuying from "@/components/productConSwiperGroupbuying";
 import { getGoodsInfo, getCategoryTwo } from '@/api/home.js'
 import { latestGroupon, historyGroupon, detailGroupon, goodsDetail } from '@/api/groupon.js'
 export default {
+	components: {
+		productConSwiperGroupbuying
+	},
 	name: 'promotionList',
 	props: {
 		dataConfig: {