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