张延森 3 年 前
コミット
8ba2379eb9
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/pages/index/helpToFindHouse/index.jsx

+ 1
- 1
src/pages/index/helpToFindHouse/index.jsx ファイルの表示

52
     data.map((item) => {
52
     data.map((item) => {
53
       if (item.key === 'budget') {
53
       if (item.key === 'budget') {
54
         params.push({ ...item, key: 'minPrice', result: CurrentDemandId === 2 ? item.options[0] : item.options[0] * 10000 })
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
       } else {
56
       } else {
57
         if (CurrentDemandId === 1) {
57
         if (CurrentDemandId === 1) {
58
           if (item.key === 'area') {
58
           if (item.key === 'area') {