@@ -103,7 +103,7 @@ class Core
# 检查是否可以查看
protected function checkView()
{
- if (!$this->uid) {
+ if ($this->uid < 1) {
return false;
}
if (!$this->info) {
@@ -293,7 +293,6 @@ class Api extends Core
# 滑动到多少时,加载下一页
$data['total'] = count($data['items']) - 2;
-
$data['func'] = $this->getFunc();
# 更新阅读数