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