Showing
1 changed file
with
2 additions
and
2 deletions
@@ -27,8 +27,8 @@ class ShopProcess | @@ -27,8 +27,8 @@ class ShopProcess | ||
27 | private static function modifyWapUrl($val, $shopId) | 27 | private static function modifyWapUrl($val, $shopId) |
28 | { | 28 | { |
29 | if (isset($val['linkType']) && $val['linkType'] == 1) { | 29 | if (isset($val['linkType']) && $val['linkType'] == 1) { |
30 | - return Helpers::url('/search/list', array('filter_poolId' => $val['categoryId'], | ||
31 | - 'title' => $val['categoryName']), ''); | 30 | + return Helpers::url('', array('filter_poolId' => $val['categoryId'], |
31 | + 'title' => $val['categoryName']), 'search'); | ||
32 | } else { | 32 | } else { |
33 | 33 | ||
34 | if (isset($val['url'])) { | 34 | if (isset($val['url'])) { |
-
Please register or login to post a comment