From e0fb7fa514741d4c886f6ceb20c40ca3d2e3017c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com> Date: Mon, 4 Mar 2024 15:41:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=BB=91=E5=AE=9A=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E5=AE=9D=20=20=E5=88=87=E6=8D=A2=E6=88=90=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/views/login/login.vue | 4 +- .../total_earnings/total_earnings_list.vue | 49 +++++++++++++------ src/views/withdraw/withdraw_list.vue | 5 +- 4 files changed, 41 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index f0dab38..63af35d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-admin", "private": true, - "version": "1.3.23", + "version": "1.3.25", "type": "module", "scripts": { "dev": "vite", diff --git a/src/views/login/login.vue b/src/views/login/login.vue index 47c735f..cfe8a27 100644 --- a/src/views/login/login.vue +++ b/src/views/login/login.vue @@ -68,8 +68,8 @@ function getCode(code) { } const form = reactive({ - loginName: "15619297569", - password: "123456", + loginName: "", + password: "", userType: 'MG', code: "", }); diff --git a/src/views/total_earnings/total_earnings_list.vue b/src/views/total_earnings/total_earnings_list.vue index 29e16f1..91ea61d 100644 --- a/src/views/total_earnings/total_earnings_list.vue +++ b/src/views/total_earnings/total_earnings_list.vue @@ -8,7 +8,8 @@
总收益
- +
@@ -35,7 +36,7 @@
绑定支付宝 + @click="showWithdzfb = true">绑定账号
@@ -47,7 +48,8 @@
提现中收益
- +
@@ -73,6 +75,7 @@ + @@ -87,21 +90,27 @@ @size-change="paginationChange" @current-change="paginationChange" /> - + - + - + - + - + + + + + + +