Showing
1 changed file
with
1 additions
and
1 deletions
@@ -685,7 +685,7 @@ class ShopModel | @@ -685,7 +685,7 @@ class ShopModel | ||
685 | private static function modifyUrl($val, $shopId) | 685 | private static function modifyUrl($val, $shopId) |
686 | { | 686 | { |
687 | if (isset($val['linkType']) && $val['linkType'] == 1) { | 687 | if (isset($val['linkType']) && $val['linkType'] == 1) { |
688 | - return Helpers::url('/product/index/shoplist', array('filter_poolId' => $val['categoryId'], 'shopId' => $shopId)); | 688 | + return Helpers::url('/product/index/shoplist', array('filter_poolId' => $val['categoryId'], 'shopId' => $shopId), ''); |
689 | } else { | 689 | } else { |
690 | return $val['url']; | 690 | return $val['url']; |
691 | } | 691 | } |
-
Please register or login to post a comment