Commit 6a46c099 by 冷斌

Merge remote-tracking branch 'origin/master'

parents 5587d030 3b47d88b
......@@ -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