|
@@ -8,6 +8,10 @@ class Buy extends Base
|
|
public function __construct()
|
|
public function __construct()
|
|
{
|
|
{
|
|
parent::__construct();
|
|
parent::__construct();
|
|
|
|
+ $test = Dever::input('test');
|
|
|
|
+ if ($test == 1) {
|
|
|
|
+ print_r($this->user);die;
|
|
|
|
+ }
|
|
|
|
|
|
if (!$this->user || ($this->user && $this->user['id'] < 0)) {
|
|
if (!$this->user || ($this->user && $this->user['id'] < 0)) {
|
|
return $this->location('home');
|
|
return $this->location('home');
|