Authored by hf

fixes bug to search css style

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