...
|
...
|
@@ -128,6 +128,10 @@ class BrandModel |
|
|
$result = array();
|
|
|
// 模板中的使用JS标识
|
|
|
$result['brandPage'] = true;
|
|
|
// 是否显示app下载浮层标识
|
|
|
$result['showDownloadApp'] = true;
|
|
|
$result['pageFooter'] = true;
|
|
|
|
|
|
$brand = BrandData::getBrandsData($channel);
|
|
|
if (!empty($brand['data']['brands'])) {
|
|
|
$list = array();
|
...
|
...
|
|