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 @@