Commit f723ec17 authored by chenqikuai's avatar chenqikuai

fix: 修复移动端区块详情 数量的bug

parent 37c97670
......@@ -11,7 +11,7 @@
></m-page-container>
<div class="rounded-twoPx overflow-hidden shadow-shadow1 mt-3.5">
<m-title
:title="`${$t('lang.block.title')}(${234234}${$t('lang.block.count')})`"
:title="`${$t('lang.block.title')}(${maxHeight}${$t('lang.block.count')})`"
></m-title>
<m-block-item
v-for="(item, i) in Blocks"
......
......@@ -29,7 +29,7 @@
:key="i"
:tradeG="n.tradeG"
:row="n"
:blockTime="n.time_block"
:blockTime="n.block_time"
:amount="n.amount"
:txHash="n.hash"
:from="n.from"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment