...
|
...
|
@@ -169,7 +169,7 @@ class BrandsModel |
|
|
$result['brandAbout'] = isset($brandInfo['data']['brand_intro']) ? $brandInfo['data']['brand_intro'] : '';
|
|
|
$result['shopTemplateType'] = isset($brandInfo['data']['shop_template_type']) ?
|
|
|
intval($brandInfo['data']['shop_template_type']) : '';
|
|
|
$result['type'] = isset($brandInfo['data']['type']) ? $brandInfo['data']['type'] : 0;
|
|
|
$result['type'] = isset($brandInfo['data']['type']) ? $brandInfo['data']['type'] * 1 : 0;
|
|
|
$result['shopId'] = isset($brandInfo['data']['shop_id']) ? $brandInfo['data']['shop_id'] : '';
|
|
|
}
|
|
|
else {
|
...
|
...
|
|