|
@@ -145,6 +145,7 @@ func GetAiPredictChartDetailByData(indexItem *aiPredictModel.AiPredictModelIndex
|
|
|
chartView.ChartName = chartInfo.ChartName
|
|
|
chartView.ChartNameEn = chartInfo.ChartNameEn
|
|
|
chartView.Source = chartInfo.Source
|
|
|
+ chartView.ChartImage = chartInfo.ChartImage
|
|
|
} else {
|
|
|
chartView.ChartName = indexItem.IndexName
|
|
|
chartView.ChartNameEn = indexItem.IndexName
|