Commit 84f3131c authored by xhx's avatar xhx

fix:推荐人验证

parent 959d4750
......@@ -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'
......
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