...
|
...
|
@@ -150,7 +150,7 @@ class SearchModel |
|
|
// 组合搜索折扣区间url
|
|
|
$urlList['discount'] = HelperSearch::getDiscountUrl($searchCondition['condition']);
|
|
|
// 组合搜索最新上架url
|
|
|
$urlList['recent'] = HelperSearch::getRecentShelveUrl($searchCondition['condition']);
|
|
|
//$urlList['recent'] = HelperSearch::getRecentShelveUrl($searchCondition['condition']);
|
|
|
//用户浏览记录
|
|
|
//$urlList['reviewUrl'] = HelperSearch::getReviewUrl($searchCondition['condition']);
|
|
|
|
...
|
...
|
|