From 47966ba587d5c032ed44ff1ea1b710147f2423d2 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, 12 Jun 2023 15:46:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=E4=BA=A4=E6=98=93=E6=8A=A5?= =?UTF-8?q?=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/signUp.vue | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/src/views/project/signUp.vue b/src/views/project/signUp.vue index 85cbbb1b..b51729d0 100644 --- a/src/views/project/signUp.vue +++ b/src/views/project/signUp.vue @@ -141,9 +141,9 @@ name="status" style="display: none" /> - + @@ -191,7 +191,12 @@ export default { }; }, created() { - + this.projectId = this.$route.query.projectId; + this.deposit = this.$route.query.deposit; + this.projectName = this.$route.query.projectName; + console.log(this.$route.query.projectId) + console.log(this.$route.query.deposit) + console.log(this.$route.query.projectName) getInfo().then(response => { getMember(response.user.userId).then(res => { this.realname = res.data.realname @@ -214,9 +219,9 @@ export default { }) }); getOutProjectDetail(this.$route.query.projectId).then(res => { - this.projectId = res.data.projectId - this.deposit = res.data.deposit - this.projectName = res.data.projectName + // this.projectId = res.data.projectId + // this.deposit = res.data.deposit + // this.projectName = res.data.projectName this.payAccount = res.data.payAccount this.accountName = res.data.accountName @@ -257,13 +262,13 @@ export default { }) return; } - if(this.fileList.length<1){ - this.$toast({ - icon: 'warning', // 找到自己需要的图标 - message: '请上传相关凭证' - }) - return; - } + // if(this.fileList.length<1){ + // this.$toast({ + // icon: 'warning', // 找到自己需要的图标 + // message: '请上传相关凭证' + // }) + // return; + // } submmitSignup(values).then(response =>{ if(response.code==200){ this.tableId = response.data