|
@@ -8,7 +8,7 @@ class Base
|
|
|
|
|
|
public function __construct()
|
|
public function __construct()
|
|
{
|
|
{
|
|
- //$this->location('list', array(), 'buy');
|
|
|
|
|
|
+ $this->location('list', array(), 'buy');
|
|
$p = Dever::input('p');
|
|
$p = Dever::input('p');
|
|
if ($p) {
|
|
if ($p) {
|
|
$this->config = Dever::json_decode(Dever::decode($p, $this->key));
|
|
$this->config = Dever::json_decode(Dever::decode($p, $this->key));
|