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
73816843
Commit
73816843
authored
Feb 18, 2022
by
chenqikuai
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:删除打包奖励和投票奖励
parent
4e574c40
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
8 deletions
+2
-8
m-blockItem.vue
src/components/mobile/m-blockItem.vue
+0
-3
m-latestTx.vue
src/components/mobile/m-latestTx.vue
+1
-0
index.vue
src/components/pc/BlockChainBrowser/LatestBlock/index.vue
+1
-4
block.vue
src/views/pc/block.vue
+0
-1
No files found.
src/components/mobile/m-blockItem.vue
View file @
73816843
...
@@ -53,9 +53,6 @@
...
@@ -53,9 +53,6 @@
<span
class=
"text-black text-xs"
>
<span
class=
"text-black text-xs"
>
{{
height
|
filterBlockReward
}}
{{
height
|
filterBlockReward
}}
</span>
</span>
<span
class=
"text-text-color text-xs"
>
{{
height
|
filterVotePackReward
}}
</span>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/components/mobile/m-latestTx.vue
View file @
73816843
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
<m-tx-item
<m-tx-item
v-for=
"n in 6"
v-for=
"n in 6"
:key=
"n"
:key=
"n"
:row=
"
{}"
:txGroup="
:txGroup="
(n
<
=
3
&&
'
isGroupItem
')
||
(
n =
==
4
&&
'
isGroupItemEnd
')
||
undefined
(n
<
=
3
&&
'
isGroupItem
')
||
(
n =
==
4
&&
'
isGroupItemEnd
')
||
undefined
"
"
...
...
src/components/pc/BlockChainBrowser/LatestBlock/index.vue
View file @
73816843
...
@@ -52,13 +52,10 @@
...
@@ -52,13 +52,10 @@
}"
}"
>
>
<span
class=
"text-app-color-2"
>
<span
class=
"text-app-color-2"
>
{{
item
.
minerHash
|
filterHash
}}
{{
item
.
minerHash
}}
</span>
</span>
</router-link>
</router-link>
</div>
</div>
<div
class=
"graytxt"
>
{{
item
.
height
|
filterVotePackReward
}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/views/pc/block.vue
View file @
73816843
...
@@ -70,7 +70,6 @@
...
@@ -70,7 +70,6 @@
<
template
slot-scope=
"block"
>
<
template
slot-scope=
"block"
>
<div
class=
"light2"
>
<div
class=
"light2"
>
{{
block
.
row
.
height
|
filterBlockReward
}}
{{
block
.
row
.
height
|
filterBlockReward
}}
(
{{
block
.
row
.
height
|
filterVotePackReward
}}
)
</div>
</div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
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