From 1bf460479b2c7e154bb16dc62003a0be35d6e935 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com>
Date: Thu, 27 Apr 2023 10:52:38 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=E4=BA=A4=E6=98=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/project/signUp.vue | 70 +++++++++++++++++++++++++++++++-----
1 file changed, 61 insertions(+), 9 deletions(-)
diff --git a/src/views/project/signUp.vue b/src/views/project/signUp.vue
index c3bde4b6..2ae1307d 100644
--- a/src/views/project/signUp.vue
+++ b/src/views/project/signUp.vue
@@ -26,10 +26,15 @@
· 已阅读并知晓:已阅读并同意 《竞拍服务协议》
本人已知晓并同意以上所有事项
+
+ 竞买人身份确认说明:
+ 竞买人身份信息无法在此修改,请前往个人中心 > 账户设置 > 银行账户信息进行修改维护
+
2.竞买人身份确认
+
+
+ {
- getMember(response.user.userId).then(res => {
- this.realname = res.data.realname
- this.bankCardName = res.data.bankCardName
- this.idCardNum = res.data.idCardNum
- this.bankAddress = res.data.bankAddress
- this.bankCardNum = res.data.bankCardNum
- this.phone = res.data.phone
- this.memberId = res.data.id
- })
+ getMember(response.user.userId).then(res => {
+ this.realname = res.data.realname
+ this.bankCardName = res.data.bankCardName
+ this.idCardNum = res.data.idCardNum
+ this.bankAddress = res.data.bankAddress
+ this.bankCardNum = res.data.bankCardNum
+ this.phone = res.data.phone
+ this.memberId = res.data.id
+ this.payeePaymentLines = res.data.payeePaymentLines
+
+ this.getDicts("bank_account_type").then(rr => {
+ this.accountType = this.selectDictLabel(rr.data,res.data.accountType);
+ });
+
+ this.getDicts("bank_type_all").then(rr => {
+ this.bankType = this.selectDictLabel(rr.data,res.data.bankType);
+ });
+
})
+ })
},
methods: {
onRead (file) {