소스 검색

采摘发布调整

yf_ymm 5 년 전
부모
커밋
6cf8c8c2c8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      apps/Home/views.py

+ 2 - 2
apps/Home/views.py

@@ -128,7 +128,7 @@ class Home(View):
         two_news = CKArticle.objects.filter(art_type=2)[0:10]
         video_news = Video_data.objects.all()[0:4]
         product = Product.objects.all()[0:8]
-        pick = Pick_Pub.objects.all()[0:6]
+        pick = Pick_Pub.objects.all()[0:8]
         farm = FarmList.objects.all()
         garden = GardenArea.objects.all()
         hotel = Hotel_Info.objects.all()[0:5]
@@ -156,7 +156,7 @@ class Home2(View):
         two_news = CKArticle.objects.filter(art_type=2)[0:10]
         video_news = Video_data.objects.all()[0:4]
         product = Product.objects.all()[0:8]
-        pick = Pick_Pub.objects.all()[0:6]
+        pick = Pick_Pub.objects.all()[0:8]
         garden = GardenArea.objects.all()
         hotel = Hotel_Info.objects.all()[0:5]
         article = CKArticle.objects.all()[0:12]