diff --git a/app/index/controller/FormController.php b/app/index/controller/FormController.php
index 0a035e4..9a98d1e 100644
--- a/app/index/controller/FormController.php
+++ b/app/index/controller/FormController.php
@@ -34,7 +34,7 @@ class FormController extends WeChatBaseController
         //判断用户是否微信浏览器打开
         $this->isWechat();
         //判断是否手机端
-        $this->isMobile();
+//        $this->isMobile();
         //微信授权
         parent::_initialize();
         $this->checkWeChatUserLogin();