From 624190173782dec7c6473779f2f91fd9cd9be8fc Mon Sep 17 00:00:00 2001 From: ltlzx <942659938@qq.com> Date: Mon, 28 Feb 2022 13:28:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/assets/recharge.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/assets/recharge.vue b/pages/assets/recharge.vue index 8231f41..d34009a 100755 --- a/pages/assets/recharge.vue +++ b/pages/assets/recharge.vue @@ -210,8 +210,8 @@ export default { coin_id: this.activeCoin.coin_id, address_type: this.rechargeType, }; - Wallet.walletImage(data).then((res) => { - console.info(res) + Wallet.walletImage(data).then(res => { + console.info(res) this.form.address = res.data.address; }); },