Commit 6ceb9bd4 authored by chenqikuai's avatar chenqikuai

fix: 修复最新交易中交易数量单位的显示

parent 9f653370
......@@ -55,6 +55,7 @@ export default Vue.extend({
getTxList(1, 6).then((ret) => {
if (!ret.error) {
this.latestTxs = ret.result.map((i: any) => ({
...i,
hash: i.hash,
from: i.from,
to: i.to,
......
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