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" /> - + - + - + - + - + + + + + + +