{include file="components/header"}

{$current_cate.content|raw}

{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} $descStr = $vo['description'] ?? ''; $infoList = []; $pairs = explode('#', $descStr); foreach ($pairs as $pair) { $parts = explode(';', $pair, 2); if (count($parts) === 2) { $infoList[] = ['label' => trim($parts[0]), 'value' => trim($parts[1])]; } } {/php}

{$vo.title}

{volist name="infoList" id="info" key="k"}
{$info.label} {$info.value}
{/volist}
{/hcTaglib:category} {hcTaglib:category id="$ui_invest_announce" item="vo" field="*"}

{$vo.title}

{hcTaglib:contentPage cid="$ui_invest_announce" mainField="*" subField="*" name="hc_content" limit="12" item="vo"} {/hcTaglib:contentPage}
{/hcTaglib:category} {hcTaglib:category id="$ui_invest_stock" item="vo" field="*"}

{$vo.title}

Stock code: {$stockInfo.code}

{$stockInfo.price} Yuan {$stockInfo.change}  {$stockInfo.changePercent}
  • High (Yuan) {$stockInfo.high}
  • Low (Yuan) {$stockInfo.low}
  • Volume (10k lots) {$stockInfo.volume}
  • Turnover (CNY 10k) {$stockInfo.amount}

As of {$stockInfo.updateTime}* Quotes delayed by 15 minutes or more.

RAYNEN intraday chart
{/hcTaglib:category} {hcTaglib:category id="$ui_invest_learn" item="vo" field="*"}

{$vo.title}

{/hcTaglib:category} {hcTaglib:category id="$ui_invest_hotline" item="vo" field="*"}

{$vo.title}

{/hcTaglib:category}
{include file="components/mask"} {include file="components/footer"}