Commit 5517e65b authored by zhuwei's avatar zhuwei

热帖

parent e78e9554
...@@ -34,7 +34,7 @@ class SquareService ...@@ -34,7 +34,7 @@ class SquareService
*/ */
public function getDistrictLable() public function getDistrictLable()
{ {
$res[] = ['id' => 0, 'name' => '全部']; $res[] = ['id' => 0, 'name' => '热帖'];
$res[] = ['id' => 1, 'name' => '一部']; $res[] = ['id' => 1, 'name' => '一部'];
$res[] = ['id' => 2, 'name' => '二部']; $res[] = ['id' => 2, 'name' => '二部'];
$res[] = ['id' => 3, 'name' => '三部']; $res[] = ['id' => 3, 'name' => '三部'];
...@@ -505,4 +505,6 @@ class SquareService ...@@ -505,4 +505,6 @@ class SquareService
} }
return '其他'; return '其他';
} }
} }
\ No newline at end of file
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