@@ -10,7 +10,7 @@ class Buy extends Base
parent::__construct();
if (!$this->user) {
- //return $this->location('home');
+ return $this->location('home');
}
@@ -12,7 +12,7 @@ class Data extends Base
public function checkLogin()
{
- return $this->location('list');
+ //return $this->location('list');
if ($this->user) {
return $this->location('list');