Commit 6045799b authored by clone's avatar clone

bug

parent c93368de
......@@ -242,7 +242,7 @@ class Shop extends Basic
//面积
$result['acreage'] = array( array( 'id' => '-1', 'value' => '全部' ), array( 'id' => '0', 'value' => '30m²以内' ),
array( 'id' => '1', 'value' => '30-60m²' ), array( 'id' => '2', 'value' => '60-100m²' ), array( 'id' => '3', 'value' => '100m²-300m²' )
, array( 'id' => '3', 'value' => '300m²-500m²' ), array( 'id' => '3', 'value' => '500m²以上' ) );
, array( 'id' => '4', 'value' => '300m²-500m²' ), array( 'id' => '5', 'value' => '500m²以上' ) );
$result['more'][] = "全部";
$labelsResult = $this->labels->getLabels();
......
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