|
@@ -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();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|