From 1be9889b1167d3f54a22a1bb11a788c663f785cb Mon Sep 17 00:00:00 2001
From: 王晓刚 <wxg@bronet.cn>
Date: Mon, 11 Feb 2019 14:44:47 +0800
Subject: [PATCH] 代理人注册

---
 app/index/controller/FormController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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();
--
libgit2 0.24.0