This commit is contained in:
knowpia
2022-09-13 17:15:40 +08:00
parent badfb892dc
commit 3955c08005

View File

@@ -96,6 +96,7 @@ class Article
$vo['imgs'] = json_decode(str_replace(['{', '}'], ['[', ']'], $vo['imgs']), true); $vo['imgs'] = json_decode(str_replace(['{', '}'], ['[', ']'], $vo['imgs']), true);
$vo['imgs']= $vo['imgs'][0]; $vo['imgs']= $vo['imgs'][0];
} }
if(empty($vo['imgs'])) $vo['imgs'] = "";
$info['other_list'][] = $vo; $info['other_list'][] = $vo;
} }
$info['userinfo']=[]; $info['userinfo']=[];