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; });