From 4bba6518cd7a12f9f9b4e82c9a6bfbd30bc9be3b Mon Sep 17 00:00:00 2001 From: tiansf Date: Tue, 18 Feb 2025 17:22:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E8=B5=84=E8=AE=AF=E9=83=A8?= =?UTF-8?q?=E5=88=86=E7=9A=84=E5=88=A0=E5=87=8F=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/app/controller/Msginformation.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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{