作者 郭盛
1 个管道 的构建 通过 耗费 0 秒

修改过期时间

... ... @@ -89,7 +89,6 @@ 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();
}
... ...