fix bug
This commit is contained in:
@@ -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']=[];
|
||||
|
||||
Reference in New Issue
Block a user