From 2c9d780bc68ba3fb0210d1c00077f6bc4d12f829 Mon Sep 17 00:00:00 2001 From: xiaotiandada <952822399@qq.com> Date: Wed, 2 Dec 2020 19:00:14 +0800 Subject: [PATCH 01/13] =?UTF-8?q?feat:=20fan=E7=A5=A8=E6=8F=90=E7=8E=B0?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/token_in_and_out/bsc.vue | 27 +++++--- .../token_in_and_out/bsc/EnvironmentCheck.vue | 38 ++++++++--- components/token_in_and_out/bsc/deposit.vue | 13 +++- components/token_in_and_out/rinkeby.vue | 62 +++++++++++++---- .../token_in_and_out/rinkeby/deposit.vue | 66 ++++++++++++++----- .../token_in_and_out/rinkeby/withdraw.vue | 9 +-- pages/token/in-n-out.vue | 6 ++ 7 files changed, 165 insertions(+), 56 deletions(-) diff --git a/components/token_in_and_out/bsc.vue b/components/token_in_and_out/bsc.vue index 521b39d03..3437574c8 100644 --- a/components/token_in_and_out/bsc.vue +++ b/components/token_in_and_out/bsc.vue @@ -4,15 +4,17 @@
- - 申请提现许可 - - - 查看我的提现许可 - - - 替别人提现许可 - +
+ + 申请提现许可 + + + 查看我的提现许可 + + + 替别人提现许可 + +
@@ -55,4 +57,9 @@ export default { }, }, } - \ No newline at end of file + + \ No newline at end of file diff --git a/components/token_in_and_out/bsc/EnvironmentCheck.vue b/components/token_in_and_out/bsc/EnvironmentCheck.vue index 44891515f..38db6f232 100644 --- a/components/token_in_and_out/bsc/EnvironmentCheck.vue +++ b/components/token_in_and_out/bsc/EnvironmentCheck.vue @@ -1,12 +1,14 @@