dever 6 years ago
parent
commit
56348e3cd4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      service/src/Data.php

+ 4 - 4
service/src/Data.php

@@ -9,13 +9,13 @@ class Data extends Base
     {
         parent::__construct();
 
-        if ($this->user) {
-            return $this->location('list');
-        }
+        # 记录渠道数
     }
 
     public function checkLogin()
     {
-        
+        if ($this->user) {
+            return $this->location('list');
+        }
     }
 }