Commit 5587d030 by 冷斌

fix bug

parent f5026922
......@@ -744,6 +744,10 @@ class HomeAction extends UserAction
}
unset($val);
}
var_dump($data);
die;
$this->assign("data", $data);
//如果是ajax并且为h5访问 直接输出后边的数据
......
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