remove console

This commit is contained in:
donne 2022-04-04 23:13:33 +08:00
parent 285e269f44
commit 161a6d6c67

View File

@ -339,7 +339,6 @@ export default {
this.$refs.simpleRules.validate().then(ok => { this.$refs.simpleRules.validate().then(ok => {
if (ok) { if (ok) {
this.sendTx().then(ret => { this.sendTx().then(ret => {
console.log(ret)
this.error = ret this.error = ret
}) })
} }
@ -396,18 +395,14 @@ export default {
time: new Date(), time: new Date(),
}) })
}).catch(e => { }).catch(e => {
console.log(e)
this.error = e this.error = e
}) })
}).catch(e => { }).catch(e => {
console.log(e)
this.error = e this.error = e
}) })
return '' return ''
}, },
updateWallet(v) { updateWallet(v) {
console.log('device', v)
if (v && v !== 'address') { if (v && v !== 'address') {
this.wallet = v this.wallet = v
} }