|
@@ -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 = "权益"
|
|
|
}
|