Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ycc-website
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Website
ycc-website
Commits
6ceb9bd4
Commit
6ceb9bd4
authored
Feb 28, 2022
by
chenqikuai
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复最新交易中交易数量单位的显示
parent
9f653370
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
blockChainBrowser.ts
src/mixin/blockChainBrowser.ts
+1
-0
No files found.
src/mixin/blockChainBrowser.ts
View file @
6ceb9bd4
...
...
@@ -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
,
...
...
chenqikuai
@chenqikuai
mentioned in commit
748f7ae1
·
Mar 03, 2022
mentioned in commit
748f7ae1
mentioned in commit 748f7ae18ac2f8eb14ee7c2865eaea786342a520
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment