恢复资讯部分的删减内容

This commit is contained in:
tiansf 2025-02-18 17:22:00 +08:00
parent 9d9de20948
commit 4bba6518cd
1 changed files with 7 additions and 7 deletions

View File

@ -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{