rdluck 3 år sedan
förälder
incheckning
7296466b74
3 ändrade filer med 5 tillägg och 5 borttagningar
  1. 1 1
      controllers/home.go
  2. 3 3
      controllers/report.go
  3. 1 1
      controllers/report_pc.go

+ 1 - 1
controllers/home.go

@@ -42,7 +42,7 @@ func (this *HomeController) ListHome() {
 		for k := 0; k < len(item.Child); k++ {
 			if item.ClassifyName == "权益研报" {
 				if item.Child[k].Child.ClassifyNameSecond == "近期路演精华" {
-					list[i].Child[k].TitleType = "图说逻辑"
+					list[i].Child[k].TitleType = "路演精华"
 				} else {
 					list[i].Child[k].TitleType = "权益"
 				}

+ 3 - 3
controllers/report.go

@@ -149,7 +149,7 @@ func (this *ReportController) Detail() {
 
 	if report.ClassifyNameFirst == "权益研报" {
 		if report.ClassifyNameSecond == "近期路演精华" {
-			report.TitleType = "图说逻辑"
+			report.TitleType = "路演精华"
 		} else {
 			report.TitleType = "权益"
 		}
@@ -230,7 +230,7 @@ func (this *ReportController) Detail() {
 		}
 		if item.ClassifyNameFirst == "权益研报" {
 			if recommendList[i].ClassifyNameSecond == "近期路演精华" {
-				recommendList[i].TitleType = "图说逻辑"
+				recommendList[i].TitleType = "路演精华"
 			} else {
 				recommendList[i].TitleType = "权益"
 			}
@@ -367,7 +367,7 @@ func (this *ReportController) ListReport() {
 
 		if item.ClassifyNameFirst == "权益研报" {
 			if list[i].ClassifyNameSecond == "近期路演精华" {
-				list[i].TitleType = "图说逻辑"
+				list[i].TitleType = "路演精华"
 			} else {
 				list[i].TitleType = "权益"
 			}

+ 1 - 1
controllers/report_pc.go

@@ -158,7 +158,7 @@ func (this *ReportCommonController) PcSearchReportList() {
 			list[i].VideoSize = ""
 		}
 		if item.ClassifyNameFirst == "权益研报" {
-			list[i].TitleType = "图说逻辑"
+			list[i].TitleType = "路演精华"
 		} else {
 			list[i].TitleType = "FICC"
 		}