jinchaoyu 1 year ago
parent
commit
ca3bff9c7b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/index/diy/components/latestGroupBuying.vue

+ 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: {