remove console
This commit is contained in:
parent
fa021ae2b0
commit
d044907951
@ -837,9 +837,7 @@ export default {
|
|||||||
this.$http.getNFTsByOwner(this.address).then(res => {
|
this.$http.getNFTsByOwner(this.address).then(res => {
|
||||||
this.nfts = res.owner.id_collections
|
this.nfts = res.owner.id_collections
|
||||||
})
|
})
|
||||||
console.log('=================')
|
|
||||||
this.$http.getTxsByRecipient(this.address).then(res => {
|
this.$http.getTxsByRecipient(this.address).then(res => {
|
||||||
console.log('recip:', res)
|
|
||||||
this.recvTxs = res
|
this.recvTxs = res
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user