Commit d3b4737e by mushishixian

fix

parent 77160b4c
Showing with 1 additions and 0 deletions
...@@ -272,6 +272,7 @@ func getSearchParams(index, goodsName, brandName string, sort, number int, flag ...@@ -272,6 +272,7 @@ func getSearchParams(index, goodsName, brandName string, sort, number int, flag
//if index != "liexin_ziying" { //if index != "liexin_ziying" {
// source.Sort("single_price_sort", false) // source.Sort("single_price_sort", false)
//} //}
source.Sort("single_price_sort", false)
source.Sort("single_price", true) source.Sort("single_price", true)
//sort=3是按照库存排序 //sort=3是按照库存排序
} else if sort == 3 { } else if sort == 3 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment