|
@@ -89,9 +89,10 @@ func (this *MobileSearchController) ListHomeArtAndChart() {
|
|
|
imgUrlChart = vslice[len(vslice)-1]
|
|
|
mapCategoryUrl[categoryId] = imgUrlChart
|
|
|
}
|
|
|
- if orderColumn == "" {
|
|
|
- orderColumn = "Matching"
|
|
|
- }
|
|
|
+ //if orderColumn == "" {
|
|
|
+ // orderColumn = "Matching"
|
|
|
+ //}
|
|
|
+ orderColumn = "Matching"
|
|
|
//indexName := utils.IndexName
|
|
|
//pageSize = 20
|
|
|
var chartTotal int
|