Commit 98718cc9 authored by zhuwei's avatar zhuwei

面积筛选修改

parent 10e68523
......@@ -53,7 +53,9 @@ class User extends Basic
array( 'id' => '0', 'value' => '30m²以内' ),
array( 'id' => '1', 'value' => '30-60m²' ),
array( 'id' => '2', 'value' => '60-100m²' ),
array( 'id' => '3', 'value' => '100m²以上' )
array( 'id' => '3', 'value' => '100-300m²' ),
array( 'id' => '4', 'value' => '300-500m²' ),
array( 'id' => '5', 'value' => '500m²以上' )
);
return $this->response("200", "request success", $result);
......
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