Commit 51c7778c by 冷斌

Merge remote-tracking branch 'origin/master'

parents 31c55122 157b0167
...@@ -25,7 +25,8 @@ class SingleAction extends CommonAction ...@@ -25,7 +25,8 @@ class SingleAction extends CommonAction
*/ */
public function info() public function info()
{ {
$id = t($_GET['id']); $id = ($_GET['id']);
dump($id);
if ($id === 'buy') { if ($id === 'buy') {
$result = model('Xdata')->get("admin_Config:about"); $result = model('Xdata')->get("admin_Config:about");
$res = [ $res = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment