From 85352595c6b80fe8073d50d173207cf7aed14a84 Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Tue, 22 Jul 2025 13:51:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E4=BA=A4=E6=8A=A5=E5=90=8D=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=AB=9E=E4=BB=B7=E9=A1=BB=E7=9F=A5?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/signUp.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/project/signUp.vue b/src/views/project/signUp.vue index d6eacf5f..b7156954 100644 --- a/src/views/project/signUp.vue +++ b/src/views/project/signUp.vue @@ -301,7 +301,7 @@ export default { this.bankName = res.data.bankName }); getWebConfig().then(response =>{ - this.xzConfig = response.data[7].configValue; + this.xzConfig = response.data[6].configValue; this.fwxyConfig = response.data[15].configValue; this.cnsConfig = response.data[16].configValue; });