From 161a6d6c677aff7f0bb4700d43f392fec61c4352 Mon Sep 17 00:00:00 2001 From: donne <503124742@qq.com> Date: Mon, 4 Apr 2022 23:13:33 +0800 Subject: [PATCH] remove console --- src/views/components/OperationModal/index.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/views/components/OperationModal/index.vue b/src/views/components/OperationModal/index.vue index 279d860a..356308da 100644 --- a/src/views/components/OperationModal/index.vue +++ b/src/views/components/OperationModal/index.vue @@ -339,7 +339,6 @@ export default { this.$refs.simpleRules.validate().then(ok => { if (ok) { this.sendTx().then(ret => { - console.log(ret) this.error = ret }) } @@ -396,18 +395,14 @@ export default { time: new Date(), }) }).catch(e => { - console.log(e) this.error = e }) }).catch(e => { - console.log(e) - this.error = e }) return '' }, updateWallet(v) { - console.log('device', v) if (v && v !== 'address') { this.wallet = v }