From fa9597510fad49f4726c812900f4992ee43764ca Mon Sep 17 00:00:00 2001
From: 王晓刚 <wxg@bronet.cn>
Date: Fri, 28 Jun 2019 17:28:50 +0800
Subject: [PATCH] 更改订单列表dom结构

---
 simplewind/cmf/controller/WeChatBaseController.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/simplewind/cmf/controller/WeChatBaseController.php b/simplewind/cmf/controller/WeChatBaseController.php
index 88b5385..f2c40a6 100644
--- a/simplewind/cmf/controller/WeChatBaseController.php
+++ b/simplewind/cmf/controller/WeChatBaseController.php
@@ -204,8 +204,8 @@ class WeChatBaseController extends BaseController
      */
     public function checkWeChatUserLogin()
     {
-        $user = Db::name('user')->where('id',2)->find();
-        cmf_update_current_user($user);
+        /*$user = Db::name('user')->where('id',2)->find();
+        cmf_update_current_user($user);*/
         $userId = cmf_get_current_user_id();
         if (empty($userId)) {
             $config = [
--
libgit2 0.24.0