|
@@ -41,6 +41,10 @@ class Buy extends Core
|
|
|
|
|
|
$this->data['shop'] = $this->shop;
|
|
$this->data['shop'] = $this->shop;
|
|
|
|
|
|
|
|
+ $act_id = Dever::input('act_id', 1);
|
|
|
|
+
|
|
|
|
+ $this->data['act'] = Dever::db('act/info')->find($act_id);
|
|
|
|
+
|
|
return $this->data;
|
|
return $this->data;
|
|
}
|
|
}
|
|
|
|
|