Showing
1 changed file
with
1 additions
and
1 deletions
@@ -130,7 +130,7 @@ class ShopProcess | @@ -130,7 +130,7 @@ class ShopProcess | ||
130 | if (empty($val['brandDomain'])) { | 130 | if (empty($val['brandDomain'])) { |
131 | continue; | 131 | continue; |
132 | } | 132 | } |
133 | - $brandId .= ','.$val['id']; | 133 | + $brandId .= $val['id'].','; |
134 | $appSuffix = 'openby:yohobuy={"action":"go.brand","params":{"shop_id":"'.self::$shopId.'","brand_id":"'.$val['id'].'"}}'; | 134 | $appSuffix = 'openby:yohobuy={"action":"go.brand","params":{"shop_id":"'.self::$shopId.'","brand_id":"'.$val['id'].'"}}'; |
135 | $brand['url'] = Helpers::url('', '', $val['brandDomain']); | 135 | $brand['url'] = Helpers::url('', '', $val['brandDomain']); |
136 | if (!empty(self::$appVersion)) { | 136 | if (!empty(self::$appVersion)) { |
-
Please register or login to post a comment