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