|
|
@@ -35,7 +35,7 @@ class IndexController extends BaseController
|
|
|
$needRegProfile = session('needRegProfile');
|
|
|
$isRegProfile = Member::where(['id'=> $this->userId])->value('is_reg_profile');
|
|
|
if($isRegProfile == 1 || $needRegProfile==false){
|
|
|
-// Wechat::redirectUrl(url('/weixin/match/index','','',true));
|
|
|
+ Wechat::redirectUrl(url('/weixin/match/index','','',true));
|
|
|
}
|
|
|
|
|
|
return $this->fetch('entry');
|