소스 검색

首页专家数量换成8个

anderx 8 년 전
부모
커밋
f4a1822717
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/common/enums/MarketingPage.java

+ 1 - 1
src/main/java/com/goafanti/common/enums/MarketingPage.java

@@ -4,7 +4,7 @@ public enum MarketingPage {
 	mainAchievement("/index",1,9), //首页成果
 	mainDemand("/index",2,9),	// 首页需求
 	mainPolicy("/index",6,3), //首页政策
-	specialist("/index",7,9);//智者专家
+	specialist("/index",7,8);//智者专家
 	MarketingPage(String pageUrl,Integer boothType,Integer boothSize){
 		this.boothSize = boothSize;
 		this.pageUrl = pageUrl;