From 8f28bfb7d25f65e46f85cb8f79d643612d11f82b Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Tue, 22 Jul 2025 13:26:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BA=A7=E4=BA=A4=E6=8A=A5=E5=90=8D?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=AB=9E=E4=BB=B7=E9=A1=BB?= =?UTF-8?q?=E7=9F=A5=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 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/project/signUp.vue b/src/views/project/signUp.vue index 76dc8739..d6eacf5f 100644 --- a/src/views/project/signUp.vue +++ b/src/views/project/signUp.vue @@ -32,9 +32,7 @@ 《农村产权交易项目报名服务协议》

-
-
@@ -42,9 +40,14 @@ 《竞买人承诺书》

-
+
+

· 已阅读并知晓: + 《竞买须知》 +

+ +
@@ -226,6 +229,7 @@ export default { checked: false, show1: false, show2: false, + show3: false, color:"#007E72", nickName:"", userName:"", @@ -253,6 +257,7 @@ export default { height:null, cnsConfig:'', fwxyConfig:'', + xzConfig:'', signFileUrl:'', signFileUrlUp:'', }; @@ -296,6 +301,7 @@ export default { this.bankName = res.data.bankName }); getWebConfig().then(response =>{ + this.xzConfig = response.data[7].configValue; this.fwxyConfig = response.data[15].configValue; this.cnsConfig = response.data[16].configValue; }); 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 2/2] =?UTF-8?q?=E4=BA=A7=E4=BA=A4=E6=8A=A5=E5=90=8D?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=AB=9E=E4=BB=B7=E9=A1=BB?= =?UTF-8?q?=E7=9F=A5=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; });