shish 4 years ago
parent
commit
be04c86a0c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app-pt/controllers/MainController.php

+ 2 - 0
app-pt/controllers/MainController.php

@@ -99,12 +99,14 @@ class MainController extends PlatformController
     public function actionXhbUserPrivacy()
     public function actionXhbUserPrivacy()
     {
     {
         AgreementClass::xhbPrivacy();
         AgreementClass::xhbPrivacy();
+        exit();
     }
     }
 
 
     //服务协议
     //服务协议
     public function actionXhbRegister()
     public function actionXhbRegister()
     {
     {
         AgreementClass::xhbRegister();
         AgreementClass::xhbRegister();
+        exit();
     }
     }
 
 
 }
 }