Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
Community-Mining-Client
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
Mining
Community-Mining-Client
Commits
84f3131c
Commit
84f3131c
authored
Jan 24, 2022
by
xhx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:推荐人验证
parent
959d4750
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PoolList.vue
src/views/Home/PoolList.vue
+1
-1
No files found.
src/views/Home/PoolList.vue
View file @
84f3131c
...
...
@@ -65,7 +65,6 @@ import { invitePool, poolList, checkBind, getTop } from '@/service/pool'
import
service
from
'@/service/chain33'
import
{
PullRefresh
,
Toast
,
Popup
,
Dialog
}
from
'vant'
import
{
mapState
}
from
'vuex'
// import { getDeviceId, getCurrentBTYAddress } from '@/utils/bridge' // 币钱包环境
export
default
Vue
.
extend
({
components
:
{
...
...
@@ -221,6 +220,7 @@ export default Vue.extend({
}
else
{
getTop
(
val
).
then
(
res
=>
{
console
.
log
(
'res-isTop'
,
res
)
// 超级节点|社区节点直接推荐
if
(
res
.
data
.
data
.
isSucc
)
{
this
.
value
=
val
this
.
text
=
'5'
...
...
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