diff --git a/app/controller/Index.php b/app/controller/Index.php index da7bd20..fe6aca9 100755 --- a/app/controller/Index.php +++ b/app/controller/Index.php @@ -19,7 +19,7 @@ class Index extends Base $this->news(); $this->cases(); - $this->companyHistory($blocks['company_history_list']['value']); +// $this->companyHistory($blocks['company_history_list']['value']); $this->data['categoryId'] = $categoryId; $this->data['blocks'] = Block::convertValue($blocks); diff --git a/view/index/index.html b/view/index/index.html index 06edd83..4796aba 100755 --- a/view/index/index.html +++ b/view/index/index.html @@ -33,31 +33,6 @@ -{if $isMobile&&1==2} - -
-
-

{$blocks['know_zz_title']['value']}

- {$blocks['know_zz_desc']['value']} -
-
-

{$blocks['company_desc_title']['value']}

-
-

{$blocks['company_desc_content']['value']}

-
-
- {foreach $companyHistoryList as $history} -
-

{$history.year}

- {$history.desc} -
- {/foreach} -
- {$blocks['company_history_more']['value'] ?? ''} - {$blocks['company_profile_mobile']['alt'] ?? ''} -
-{/if} -