Procházet zdrojové kódy

wesmiler 更新第5期更新代码合并

wesmiler před 4 roky
rodič
revize
566aa0789e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/weixin/controller/IndexController.php

+ 1 - 1
app/weixin/controller/IndexController.php

@@ -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');