Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
3 changed files
with
3 additions
and
3 deletions
@@ -292,7 +292,7 @@ class HelperSearch | @@ -292,7 +292,7 @@ class HelperSearch | ||
292 | { | 292 | { |
293 | $result = array(); | 293 | $result = array(); |
294 | $options = self::$options; | 294 | $options = self::$options; |
295 | - if (!isset($options['controller']) || $options['controller'] == 'Search') { | 295 | + if (!isset($options['controller']) || $options['controller'] != 'Search') { |
296 | return $result; | 296 | return $result; |
297 | } | 297 | } |
298 | $params = self::$params; | 298 | $params = self::$params; |
@@ -162,7 +162,7 @@ $('.logo-brand').logoBrand({ | @@ -162,7 +162,7 @@ $('.logo-brand').logoBrand({ | ||
162 | $.ajax({ | 162 | $.ajax({ |
163 | type: 'GET', | 163 | type: 'GET', |
164 | dataType: 'json', | 164 | dataType: 'json', |
165 | - url: '/product/index/hotrank/getdata', | 165 | + url: '/product/index/getdata', |
166 | data: param, | 166 | data: param, |
167 | success: function(res) { | 167 | success: function(res) { |
168 | var data; | 168 | var data; |
@@ -150,7 +150,7 @@ class SearchModel | @@ -150,7 +150,7 @@ class SearchModel | ||
150 | // 组合搜索折扣区间url | 150 | // 组合搜索折扣区间url |
151 | $urlList['discount'] = HelperSearch::getDiscountUrl($searchCondition['condition']); | 151 | $urlList['discount'] = HelperSearch::getDiscountUrl($searchCondition['condition']); |
152 | // 组合搜索最新上架url | 152 | // 组合搜索最新上架url |
153 | - $urlList['recent'] = HelperSearch::getRecentShelveUrl($searchCondition['condition']); | 153 | + //$urlList['recent'] = HelperSearch::getRecentShelveUrl($searchCondition['condition']); |
154 | //用户浏览记录 | 154 | //用户浏览记录 |
155 | //$urlList['reviewUrl'] = HelperSearch::getReviewUrl($searchCondition['condition']); | 155 | //$urlList['reviewUrl'] = HelperSearch::getReviewUrl($searchCondition['condition']); |
156 | 156 |
-
Please register or login to post a comment