Showing
1 changed file
with
2 additions
and
2 deletions
@@ -150,9 +150,9 @@ class ShopProcess | @@ -150,9 +150,9 @@ class ShopProcess | ||
150 | } | 150 | } |
151 | $brandId .= $val['id'] . ','; | 151 | $brandId .= $val['id'] . ','; |
152 | // tar modified 1606031153 跳转当前店铺下的这个品牌的商品列表 | 152 | // tar modified 1606031153 跳转当前店铺下的这个品牌的商品列表 |
153 | - $appSuffix = 'openby:yohobuy={"action":"go.list","params":{"shop_id":"' . self::$shopId . '","brand_id":"' . $val['id'] . '","title":"' . $val['brandName'] . '}}'; | 153 | + $appSuffix = 'openby:yohobuy={"action":"go.list","params":{"shop_id":"' . self::$shopId . '","brand":"' . $val['id'] . '","title":"' . $val['brandName'] . '}}'; |
154 | // $brand['url'] = Helpers::url('', '', $val['brandDomain']); | 154 | // $brand['url'] = Helpers::url('', '', $val['brandDomain']); |
155 | - $brand['url'] = Helpers::url('', array('shop_id' => self::$shopId, 'brand_id' => $val['id'], 'title' => $val['brandName']), 'list'); | 155 | + $brand['url'] = Helpers::url('', array('shop_id' => self::$shopId, 'brand' => $val['id'], 'title' => $val['brandName']), 'list'); |
156 | if (!empty(self::$appVersion)) { | 156 | if (!empty(self::$appVersion)) { |
157 | $brand['url'] .= '?' . $appSuffix; | 157 | $brand['url'] .= '?' . $appSuffix; |
158 | } | 158 | } |
-
Please register or login to post a comment