From bf58ed1ce8dab883cbf6780de255da6a8bc62171 Mon Sep 17 00:00:00 2001
From: zzl <961867786@qq.com>
Date: Wed, 16 Apr 2025 17:01:42 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E6=B3=A8=E5=86=8C=E6=B5=81?=
=?UTF-8?q?=E7=A8=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/project/signUp.vue | 4 +-
src/views/register/companyRegister.vue | 120 ++++------------------
src/views/register/userRegister.vue | 135 +++----------------------
3 files changed, 36 insertions(+), 223 deletions(-)
diff --git a/src/views/project/signUp.vue b/src/views/project/signUp.vue
index 76dc8739..8a4f1213 100644
--- a/src/views/project/signUp.vue
+++ b/src/views/project/signUp.vue
@@ -39,9 +39,9 @@
· 已阅读并知晓:
- 《竞买人承诺书》
+ 《诚信承诺书》
-
+
diff --git a/src/views/register/companyRegister.vue b/src/views/register/companyRegister.vue
index d0d970ac..a847a3d7 100644
--- a/src/views/register/companyRegister.vue
+++ b/src/views/register/companyRegister.vue
@@ -6,29 +6,23 @@
基本信息
-
+
-
+
-
-
-
+
+
-
+
@@ -37,97 +31,39 @@
银行信息
-
+
-
-
-
-
+
+
+
-
+
-
+
-
+
-
+
-
+
-
+
点击检索
-
+
-
+
@@ -230,7 +166,6 @@ export default {
this.form.supplyDemandType = index + 1 ;
},
getSubmit(){
- console.log(this.form)
if (this.form.password!= this.confirmPassWord){
this.$toast({
icon: 'error', // 找到自己需要的图标
@@ -241,26 +176,7 @@ export default {
})
return;
}
- if (this.form.accountOpenCert == ''){
- this.$toast({
- icon: 'error', // 找到自己需要的图标
- message: '请上传开户证明',
- duration:"2000",
- onClose:function(){
- }
- })
- return;
- }
- if (this.form.companyLicense == ''){
- this.$toast({
- icon: 'error', // 找到自己需要的图标
- message: '请上传营业执照',
- duration:"2000",
- onClose:function(){
- }
- })
- return;
- }
+
this.$toast.loading({
message: '正在注册...',
forbidClick: true,
diff --git a/src/views/register/userRegister.vue b/src/views/register/userRegister.vue
index 25790de2..c50e1c0a 100644
--- a/src/views/register/userRegister.vue
+++ b/src/views/register/userRegister.vue
@@ -1,145 +1,62 @@
-
-
-
-
-
-
-
-
-
用户信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
+
-
*身份证照片、本人和身份证的合影
+
身份证照片、本人和身份证的合影
-
-
银行信息
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
点击检索
-
+
-
-
+
@@ -238,32 +155,12 @@ export default {
})
return;
}
- if (this.form.idCardPic == ''){
- this.$toast({
- icon: 'error', // 找到自己需要的图标
- message: '请上传身份证',
- duration:"2000",
- onClose:function(){
- }
- })
- return;
- }
- if (this.form.accountOpenCert == ''){
- this.$toast({
- icon: 'error', // 找到自己需要的图标
- message: '请上传银行卡',
- duration:"2000",
- onClose:function(){
- }
- })
- return;
- }
+
this.$toast.loading({
message: '正在注册...',
forbidClick: true,
});
this.form.accountType = '2';
- console.log(this.form);
var that = this
userRegister(this.form).then((res) => {
this.$toast.clear();