From 2b53c506df43913a7218c466f5c03589c3f8bfea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Mon, 19 Jun 2023 11:07:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=E4=BA=A4=E6=98=93=E7=99=BB?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/register/index.js | 8 + src/views/register/companyRegister.vue | 9 +- src/views/register/userRegister.vue | 182 +++++++++++++++++- .../passWordInformation/index.vue | 10 +- 4 files changed, 198 insertions(+), 11 deletions(-) diff --git a/src/api/register/index.js b/src/api/register/index.js index 3f0ae976..0258a2e9 100644 --- a/src/api/register/index.js +++ b/src/api/register/index.js @@ -45,4 +45,12 @@ export function base64Upload(data) { data: data }) } +//注册 +export function realtimeBackList(data) { + return request({ + url: '/open/villageAffairs/public/realtimeBackList', + method: 'post', + data: data + }) +} diff --git a/src/views/register/companyRegister.vue b/src/views/register/companyRegister.vue index 8546791c..50b9284b 100644 --- a/src/views/register/companyRegister.vue +++ b/src/views/register/companyRegister.vue @@ -150,6 +150,11 @@ export default { }); }, afterReadKHZM(file) { + this.$toast.loading({ + message: "上传中...", + forbidClick: true, + duration: 0, + }); // 此时可以自行将文件上传至服务器 let params1 = new FormData(); params1.append("file", file.content); @@ -177,10 +182,8 @@ export default { } } .submit{ - position: absolute; - bottom: 5%; width: 90%; - left: 5%; + margin: 2vh auto 0; p{ text-align: center; margin-bottom: 0.2rem; diff --git a/src/views/register/userRegister.vue b/src/views/register/userRegister.vue index 00ae7d6b..e380c143 100644 --- a/src/views/register/userRegister.vue +++ b/src/views/register/userRegister.vue @@ -49,6 +49,97 @@ + + + 银行信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
立即注册 @@ -59,8 +150,8 @@ @@ -185,10 +354,9 @@ export default { } } .submit{ - position: absolute; - bottom: 5%; width: 90%; - left: 5%; + margin: 2vh auto 0; + padding-bottom: 5vh; p{ text-align: center; margin-bottom: 0.2rem; diff --git a/src/views/user/accountSetting/passWordInformation/index.vue b/src/views/user/accountSetting/passWordInformation/index.vue index aa47954e..47e864c2 100644 --- a/src/views/user/accountSetting/passWordInformation/index.vue +++ b/src/views/user/accountSetting/passWordInformation/index.vue @@ -19,8 +19,9 @@