From 544ef0c3a3c4d911f91d8d99c8bde26cb0090c3f Mon Sep 17 00:00:00 2001 From: yyc <1477138655@qq.com> Date: Thu, 29 Jun 2023 17:17:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B0=B7=E6=AD=8C=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 11 ++++---- src/views/user/coin/index.vue | 49 +++++++++++++++++---------------- src/views/user/wallet/index.vue | 20 ++++++++++++-- 3 files changed, 47 insertions(+), 33 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 95cff50..b6fbaa3 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -27,15 +27,14 @@ -
- -
+ + + 记住密码 @@ -104,7 +103,7 @@ export default { } }, created() { - this.getCode(); + // this.getCode(); this.getCookie(); }, methods: { diff --git a/src/views/user/coin/index.vue b/src/views/user/coin/index.vue index 7178e12..2a9fab6 100644 --- a/src/views/user/coin/index.vue +++ b/src/views/user/coin/index.vue @@ -45,28 +45,28 @@ v-hasPermi="['user:coin:add']" >新增 --> - - 修改 - - - 删除 - + + + + + + + + + + + + + + + + + + + + + + --> - + @@ -315,7 +315,7 @@ export default { sort: null, cnyRate: null, usdRate: null, - status: '0', + status:'1', withdrawScale: null, withdrawThreshold: null }; @@ -351,6 +351,7 @@ export default { this.form = response.data; this.open = true; this.title = "修改币种配置"; + this.form.status=response.data.status+""; }); }, /** 提交按钮 */ diff --git a/src/views/user/wallet/index.vue b/src/views/user/wallet/index.vue index e122faa..69b0a84 100644 --- a/src/views/user/wallet/index.vue +++ b/src/views/user/wallet/index.vue @@ -1,7 +1,7 @@