|
|
@ -64,7 +64,14 @@ |
|
|
<img src="{$current_cate.thumbnail.url ?? ''}" alt="" width="1920" height="720" /> |
|
|
<img src="{$current_cate.thumbnail.url ?? ''}" alt="" width="1920" height="720" /> |
|
|
</div> |
|
|
</div> |
|
|
</section> |
|
|
</section> |
|
|
{hcTaglib:category id="366" item="vo" field="*"} |
|
|
|
|
|
|
|
|
{php} |
|
|
|
|
|
$ui_invest_info = uiId('invest_info'); |
|
|
|
|
|
$ui_invest_announce = uiId('invest_announce'); |
|
|
|
|
|
$ui_invest_stock = uiId('invest_stock'); |
|
|
|
|
|
$ui_invest_learn = uiId('invest_learn'); |
|
|
|
|
|
$ui_invest_hotline = uiId('invest_hotline'); |
|
|
|
|
|
{/php} |
|
|
|
|
|
{hcTaglib:category id="$ui_invest_info" item="vo" field="*"} |
|
|
{php} |
|
|
{php} |
|
|
$descStr = $vo['description'] ?? ''; |
|
|
$descStr = $vo['description'] ?? ''; |
|
|
$infoList = []; |
|
|
$infoList = []; |
|
|
@ -88,7 +95,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
</section> |
|
|
</section> |
|
|
{/hcTaglib:category} |
|
|
{/hcTaglib:category} |
|
|
{hcTaglib:category id="367" item="vo" field="*"} |
|
|
|
|
|
|
|
|
{hcTaglib:category id="$ui_invest_announce" item="vo" field="*"} |
|
|
<section class="iv-announce section__wrap" id="announce" data-header-dark> |
|
|
<section class="iv-announce section__wrap" id="announce" data-header-dark> |
|
|
<div class="iv-announce__head"> |
|
|
<div class="iv-announce__head"> |
|
|
<h2 class="iv-announce__title">{$vo.title}</h2> |
|
|
<h2 class="iv-announce__title">{$vo.title}</h2> |
|
|
@ -108,7 +115,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div class="iv-announce__swiper swiper"> |
|
|
<div class="iv-announce__swiper swiper"> |
|
|
<div class="swiper-wrapper"> |
|
|
<div class="swiper-wrapper"> |
|
|
{hcTaglib:contentPage cid="367" mainField="*" subField="*" name="hc_content" limit="12" item="vo"} |
|
|
|
|
|
|
|
|
{hcTaglib:contentPage cid="$ui_invest_announce" mainField="*" subField="*" name="hc_content" limit="12" item="vo"} |
|
|
<article class="swiper-slide iv-announce__card"> |
|
|
<article class="swiper-slide iv-announce__card"> |
|
|
<time class="iv-announce__date" datetime="{$vo.publish_time|date='Y-m-d'}">{$vo.publish_time|date='Y-m-d'}</time> |
|
|
<time class="iv-announce__date" datetime="{$vo.publish_time|date='Y-m-d'}">{$vo.publish_time|date='Y-m-d'}</time> |
|
|
<h3 class="iv-announce__name">{$vo.title}</h3> |
|
|
<h3 class="iv-announce__name">{$vo.title}</h3> |
|
|
@ -140,8 +147,9 @@ |
|
|
</div> |
|
|
</div> |
|
|
</section> |
|
|
</section> |
|
|
{/hcTaglib:category} |
|
|
{/hcTaglib:category} |
|
|
|
|
|
{hcTaglib:category id="$ui_invest_stock" item="vo" field="*"} |
|
|
<section class="iv-stock section__wrap" id="stock" data-header-dark> |
|
|
<section class="iv-stock section__wrap" id="stock" data-header-dark> |
|
|
<h2 class="iv-stock__title">Stock information</h2> |
|
|
|
|
|
|
|
|
<h2 class="iv-stock__title">{$vo.title}</h2> |
|
|
<div class="iv-stock__body"> |
|
|
<div class="iv-stock__body"> |
|
|
<div class="iv-stock__data"> |
|
|
<div class="iv-stock__data"> |
|
|
<p class="iv-stock__code">Stock code: {$stockInfo.code}</p> |
|
|
<p class="iv-stock__code">Stock code: {$stockInfo.code}</p> |
|
|
@ -175,13 +183,14 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</section> |
|
|
</section> |
|
|
|
|
|
{/hcTaglib:category} |
|
|
|
|
|
|
|
|
{hcTaglib:category id="369" item="vo" field="*"} |
|
|
|
|
|
|
|
|
{hcTaglib:category id="$ui_invest_learn" item="vo" field="*"} |
|
|
<section class="iv-learn section__wrap" id="learn" data-header-dark> |
|
|
<section class="iv-learn section__wrap" id="learn" data-header-dark> |
|
|
<h2 class="iv-learn__title">{$vo.title}</h2> |
|
|
<h2 class="iv-learn__title">{$vo.title}</h2> |
|
|
<div class="iv-learn__body"> |
|
|
<div class="iv-learn__body"> |
|
|
<ul class="iv-learn__list"> |
|
|
<ul class="iv-learn__list"> |
|
|
{hcTaglib:contentPage cid="369" mainField="*" subField="*" name="hc_content" limit="12" item="vo"} |
|
|
|
|
|
|
|
|
{hcTaglib:contentPage cid="$ui_invest_learn" mainField="*" subField="*" name="hc_content" limit="12" item="vo"} |
|
|
<a class="iv-learn__item" href="{$vo.url ?? ''}" target="_blank"> |
|
|
<a class="iv-learn__item" href="{$vo.url ?? ''}" target="_blank"> |
|
|
<time class="iv-learn__date" datetime="{$vo.publish_time|date='Y-m-d'}">{$vo.publish_time|date='Y-m-d'}</time> |
|
|
<time class="iv-learn__date" datetime="{$vo.publish_time|date='Y-m-d'}">{$vo.publish_time|date='Y-m-d'}</time> |
|
|
<h3 class="iv-learn__name">{$vo.title}</h3> |
|
|
<h3 class="iv-learn__name">{$vo.title}</h3> |
|
|
@ -213,7 +222,7 @@ |
|
|
</section> |
|
|
</section> |
|
|
{/hcTaglib:category} |
|
|
{/hcTaglib:category} |
|
|
|
|
|
|
|
|
{hcTaglib:category id="370" item="vo" field="*"} |
|
|
|
|
|
|
|
|
{hcTaglib:category id="$ui_invest_hotline" item="vo" field="*"} |
|
|
<section class="iv-hotline" id="hotline"> |
|
|
<section class="iv-hotline" id="hotline"> |
|
|
<div class="iv-hotline__bg" aria-hidden="true"> |
|
|
<div class="iv-hotline__bg" aria-hidden="true"> |
|
|
<img src="{$vo.thumbnail.url ?? ''}" alt="" width="1920" height="800" /> |
|
|
<img src="{$vo.thumbnail.url ?? ''}" alt="" width="1920" height="800" /> |
|
|
|