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