恢复资讯部分的删减内容
This commit is contained in:
parent
9d9de20948
commit
4bba6518cd
|
|
@ -257,12 +257,12 @@ class Msginformation extends Base{
|
||||||
'name'=>'推荐',
|
'name'=>'推荐',
|
||||||
'loop_data'=>[],
|
'loop_data'=>[],
|
||||||
'list'=>[
|
'list'=>[
|
||||||
// ['id'=>0,'name'=>'全部'],
|
['id'=>0,'name'=>'全部'],
|
||||||
// ['id'=>1,'name'=>'身高管理'],
|
['id'=>1,'name'=>'身高管理'],
|
||||||
// ['id'=>2,'name'=>'体重管理'],
|
['id'=>2,'name'=>'体重管理'],
|
||||||
// ['id'=>3,'name'=>'肺活训练'],
|
['id'=>3,'name'=>'肺活训练'],
|
||||||
// ['id'=>4,'name'=>'跳绳训练'],
|
['id'=>4,'name'=>'跳绳训练'],
|
||||||
// ['id'=>5,'name'=>'中考体测'],
|
['id'=>5,'name'=>'中考体测'],
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
@ -316,7 +316,7 @@ class Msginformation extends Base{
|
||||||
'page_num'=>$this->page_num,
|
'page_num'=>$this->page_num,
|
||||||
'content_data'=>[]
|
'content_data'=>[]
|
||||||
];
|
];
|
||||||
return $this->msg($return_result);
|
// return $this->msg($return_result);
|
||||||
if($data['type'] != 0){
|
if($data['type'] != 0){
|
||||||
$type_str = " AND type LIKE '%".$data['type']."%'";
|
$type_str = " AND type LIKE '%".$data['type']."%'";
|
||||||
}else{
|
}else{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue