This commit is contained in:
knowpia
2022-09-13 16:18:02 +08:00
parent 07938ca763
commit 226a98d9f0

View File

@@ -88,7 +88,8 @@ class Article
->limit(env("page_count"))
->select();
foreach($lists as $vo){
$vo['imgs'] = json_decode($vo['imgs'],true);
$vo['imgs'] = json_decode(str_replace(['{','}'],['[',']'],$vo['imgs']),true);
$info['other_list'][] = $vo;
}
$info['userinfo']=[];