Browse Source

首页专家数量换成8个

anderx 7 years ago
parent
commit
f4a1822717
1 changed files with 1 additions and 1 deletions
  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;