fix bug
This commit is contained in:
@@ -88,7 +88,8 @@ class Article
|
|||||||
->limit(env("page_count"))
|
->limit(env("page_count"))
|
||||||
->select();
|
->select();
|
||||||
foreach($lists as $vo){
|
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['other_list'][] = $vo;
|
||||||
}
|
}
|
||||||
$info['userinfo']=[];
|
$info['userinfo']=[];
|
||||||
|
|||||||
Reference in New Issue
Block a user