fetch(':index'); } /** * 进入完善页面 */ public function entry(){ $needRegProfile = session('needRegProfile'); if($needRegProfile == false){ Wechat::redirectUrl(url('/weixin/match/index','','',true)); } return $this->fetch('entry'); } public function photo(){ return $this->fetch('photo'); } } ?>