Commit bede10f4 by Administrator

'点击设置显示空白'

parent 2f2eb8af
...@@ -26,6 +26,7 @@ class SingleAction extends CommonAction ...@@ -26,6 +26,7 @@ class SingleAction extends CommonAction
public function info() public function info()
{ {
$id = t($_GET['id']); $id = t($_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