Commit 07108f44 by Administrator

'点击设置显示空白'

parent 157b0167
......@@ -25,8 +25,7 @@ class SingleAction extends CommonAction
*/
public function info()
{
$id = ($_GET['id']);
dump($id);
$id = t($_GET['id']);
if ($id === 'buy') {
$result = model('Xdata')->get("admin_Config:about");
$res = [
......
......@@ -75,6 +75,7 @@ class UserAction extends CommonAction
public function index()
{
dump(1111111);
$uid = $this->mid;
$limit = 3;
//拼接两个表名
......
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