This commit is contained in:
knowpia
2022-09-13 17:25:38 +08:00
parent 95e1a7068d
commit 7cdf9fef70

View File

@@ -99,6 +99,7 @@ class Article
if(empty($vo['imgs'])) $vo['imgs'] = "";
$info['other_list'][] = $vo;
}
if(!empty($info['other_list'])) shuffle($info['other_list']);
$info['userinfo']=[];
$userinfo = Db::name("student")->where("id",$info['userid'])->field("nickname,avatar,age,type,disabled as is_disabled,city,school,hot")->find();
$info['userinfo'] = $userinfo;