@@ -108,7 +108,7 @@ class Core
protected function checkView()
{
if ($this->uid < 1) {
- Dever::alert('请先登录', -2);
+ return false;
}
if (!$this->info) {
$this->checkInfo();
@@ -388,6 +388,7 @@ class Api extends Core
if ($data['info']['uid'] > 0) {
$data['info']['user'] = $this->getUser($data['info']['uid'], $data['info']['id']);
+
$data['info']['pic_bg'] = explode(',', $data['info']['pic_bg']);
# 是否可以阅读