1002884655 3 vuotta sitten
vanhempi
commit
e24fb64cc8

+ 1
- 4
src/pages/index/helpToFindHouse/components/BuyHouse/formData.js Näytä tiedosto

@@ -5,7 +5,6 @@ const questions = [
5 5
     type: 'range',
6 6
     result: 300,
7 7
     resultId: null,
8
-    required: true,
9 8
     options: [100, 2000]
10 9
   },
11 10
   {
@@ -14,7 +13,6 @@ const questions = [
14 13
     type: 'checkbox',
15 14
     result: '',
16 15
     resultId: null,
17
-    required: true,
18 16
     options: [
19 17
       { name: '新房', id: 1 },
20 18
       { name: '二手房', id: 2 },
@@ -52,7 +50,6 @@ const questions = [
52 50
     type: 'checkbox',
53 51
     result: '',
54 52
     resultId: null,
55
-    required: true,
56 53
     options: [
57 54
       { name: '刚需', id: 1 },
58 55
       { name: '结婚', id: 2 },
@@ -97,6 +94,7 @@ const questions = [
97 94
     type: 'checkbox',
98 95
     result: '',
99 96
     resultId: null,
97
+    required: true,
100 98
     options: [
101 99
       { name: '60㎡以下', id: 1 },
102 100
       { name: '60-90㎡', id: 2 },
@@ -141,7 +139,6 @@ const questions = [
141 139
     type: 'checkbox',
142 140
     result: '',
143 141
     resultId: null,
144
-    required: true,
145 142
     options: [
146 143
       { name: '5年以内', id: 1 },
147 144
       { name: '10年以内', id: 2 },