作者 郭盛
1 个管道 的构建 失败 耗费 1 秒

修改过期时间

... ... @@ -89,6 +89,7 @@ class Index extends Frontend
$text = Db::name('official')->where('id',1)->find();
$data['introduce'] = $text['introduce'];
$this->assign('data',$data);
print_r($data);die;
return $this->fetch();
}
... ...