@@ -8,7 +8,7 @@ class Base
public function __construct()
{
- //$this->location('list', array(), 'buy');
+ $this->location('list', array(), 'buy');
$p = Dever::input('p');
if ($p) {
$this->config = Dever::json_decode(Dever::decode($p, $this->key));
@@ -1,7 +1,7 @@
<?php namespace Vip\Src;
use Dever;
-use Service\Src\Base as P;
+use Buy\Src\Base as P;
class Base extends P