fix bug
This commit is contained in:
@@ -21,7 +21,7 @@ class Help
|
|||||||
if(empty($info)){
|
if(empty($info)){
|
||||||
return show("找不到该学生信息!");
|
return show("找不到该学生信息!");
|
||||||
}
|
}
|
||||||
$hot = $info->hot;
|
$hot = $info['hot'];
|
||||||
$data = [
|
$data = [
|
||||||
"userid"=>$userid,
|
"userid"=>$userid,
|
||||||
"student_id"=>$student_id,
|
"student_id"=>$student_id,
|
||||||
|
|||||||
Reference in New Issue
Block a user