Commit 10846f33 authored by Hsinli's avatar Hsinli

fix options

parent cc304288
Pipeline #6385 passed with stage
in 2 seconds
......@@ -34,7 +34,7 @@ const NEW_HOUSE_UNIT_PRICE = [
{ name: '2万-3万', id: -121, min: 20000, max: 30000 },
{ name: '3万-4万', id: -122, min: 30000, max: 40000 },
{ name: '4万-5万', id: -123, min: 40000, max: 50000 },
{ name: '5万-6万', id: -124, min: 60000, max: 70000 },
{ name: '5万-6万', id: -124, min: 50000, max: 60000 },
]
const NEW_HOUSE_TOTAL_PRICE = [
......
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