diff --git a/src/views/project/signUp.vue b/src/views/project/signUp.vue
index 76dc8739..b7156954 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[6].configValue;
this.fwxyConfig = response.data[15].configValue;
this.cnsConfig = response.data[16].configValue;
});