张延森 il y a 3 ans
Parent
révision
8ba2379eb9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/pages/index/helpToFindHouse/index.jsx

+ 1
- 1
src/pages/index/helpToFindHouse/index.jsx Voir le fichier

@@ -52,7 +52,7 @@ export default withLayout((props) => {
52 52
     data.map((item) => {
53 53
       if (item.key === 'budget') {
54 54
         params.push({ ...item, key: 'minPrice', result: CurrentDemandId === 2 ? item.options[0] : item.options[0] * 10000 })
55
-        params.push({ ...item, key: 'maxPrice', result: CurrentDemandId === 2 ? (item.result === '' ? 10000000 : item.result) : (item.result === '' ? 10000000 : item.result * 10000) })
55
+        params.push({ ...item, key: 'maxPrice', result: CurrentDemandId === 2 ? (item.result === '' ? 1000 : item.result) : (item.result === '' ? 10000000 : item.result * 10000) })
56 56
       } else {
57 57
         if (CurrentDemandId === 1) {
58 58
           if (item.key === 'area') {