clean code

This commit is contained in:
liangping 2022-01-10 09:40:10 +08:00
parent b7de3bcb34
commit f9f4de071f

View File

@ -72,7 +72,6 @@ export default {
transfer(addr) {
this.selectedAddress = addr
this.$bvModal.show('transfer-window')
console.log(this.selectedAddress)
},
},
}