...
|
...
|
@@ -245,7 +245,12 @@ class ShopProcess |
|
|
if (!empty(self::$appVersion)) {
|
|
|
$brand['url'] .= '?' . $appSuffix;
|
|
|
}
|
|
|
$brand['img'] = Images::getImageUrl($val['brandIco'], 640, 400);
|
|
|
|
|
|
if (strpos($val['brandIco'], 'imageView/') === false) {
|
|
|
$val['brandIco'] = $val['brandIco'] . '?imageView/2/w/{width}/h/{height}';
|
|
|
}
|
|
|
|
|
|
$brand['img'] = Images::getImageUrl($val['brandIco'], 140, 120);
|
|
|
$brand['brandName'] = $val['brandName'];
|
|
|
self::$shopData['brandList']['list'][] = $brand;
|
|
|
}
|
...
|
...
|
|