diff --git a/application/app/controller/Msginformation.php b/application/app/controller/Msginformation.php index 546af10..5ceff76 100644 --- a/application/app/controller/Msginformation.php +++ b/application/app/controller/Msginformation.php @@ -257,12 +257,12 @@ class Msginformation extends Base{ 'name'=>'推荐', 'loop_data'=>[], 'list'=>[ - // ['id'=>0,'name'=>'全部'], - // ['id'=>1,'name'=>'身高管理'], - // ['id'=>2,'name'=>'体重管理'], - // ['id'=>3,'name'=>'肺活训练'], - // ['id'=>4,'name'=>'跳绳训练'], - // ['id'=>5,'name'=>'中考体测'], + ['id'=>0,'name'=>'全部'], + ['id'=>1,'name'=>'身高管理'], + ['id'=>2,'name'=>'体重管理'], + ['id'=>3,'name'=>'肺活训练'], + ['id'=>4,'name'=>'跳绳训练'], + ['id'=>5,'name'=>'中考体测'], ] ], ]; @@ -316,7 +316,7 @@ class Msginformation extends Base{ 'page_num'=>$this->page_num, 'content_data'=>[] ]; - return $this->msg($return_result); + // return $this->msg($return_result); if($data['type'] != 0){ $type_str = " AND type LIKE '%".$data['type']."%'"; }else{