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