张延森 3 年之前
父節點
當前提交
8ba2379eb9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/pages/index/helpToFindHouse/index.jsx

+ 1
- 1
src/pages/index/helpToFindHouse/index.jsx 查看文件

@@ -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') {