view->fetch(); } //基础文章网页 public function basedata(){ $type = input('type', 4, 'intval'); $content = Db::name('platform_info')->where('type',$type)->find(); $this->assign('content',$content); return $this->fetch(); } }