Showing
1 changed file
with
1 additions
and
1 deletions
@@ -21,7 +21,7 @@ class NewModel | @@ -21,7 +21,7 @@ class NewModel | ||
21 | // 组合搜索商品url | 21 | // 组合搜索商品url |
22 | $urlList['product'] = SearchData::getProductUrl($searchCondition['condition']); | 22 | $urlList['product'] = SearchData::getProductUrl($searchCondition['condition']); |
23 | // 组合搜索分类url | 23 | // 组合搜索分类url |
24 | - $urlList['sort'] = SearchData::getClassesUrl($searchCondition['sortCondition']); | 24 | + $urlList['sort'] = SearchData::getClassesUrl(); |
25 | // 组合搜索最新上架url | 25 | // 组合搜索最新上架url |
26 | $urlList['recent'] = SearchData::getRecentShelveUrl($searchCondition['condition']); | 26 | $urlList['recent'] = SearchData::getRecentShelveUrl($searchCondition['condition']); |
27 | 27 |
-
Please register or login to post a comment