Commit 6a46c099 by 冷斌

Merge remote-tracking branch 'origin/master'

parents 5587d030 3b47d88b
...@@ -25,8 +25,7 @@ class SingleAction extends CommonAction ...@@ -25,8 +25,7 @@ class SingleAction extends CommonAction
*/ */
public function info() public function info()
{ {
$id = ($_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 = [
......
...@@ -75,6 +75,7 @@ class UserAction extends CommonAction ...@@ -75,6 +75,7 @@ class UserAction extends CommonAction
public function index() public function index()
{ {
dump(1111111);
$uid = $this->mid; $uid = $this->mid;
$limit = 3; $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