Commit bddabb7f authored by Hsinli's avatar Hsinli

add max

parent 10846f33
Pipeline #6402 passed with stage
in 2 seconds
......@@ -49,7 +49,7 @@ const NEW_HOUSE_TOTAL_PRICE = [
{ name: '700万-800万', id: -133, min: 700, max: 800 },
{ name: '800万-900万', id: -134, min: 800, max: 900 },
{ name: '900万-1000万', id: -135, min: 900, max: 1000 },
{ name: '1000万以上', id: -136, min: 1000, max: 0 },
{ name: '1000万以上', id: -136, min: 1000, max: 999999999 },
]
const NEW_HOUSE_AREA = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment