Commit 456e2d1c by 冷斌

测试首页

parent 32eb5925
...@@ -35,6 +35,9 @@ class IndexAction extends CommonAction ...@@ -35,6 +35,9 @@ class IndexAction extends CommonAction
*/ */
public function index() public function index()
{ {
echo '猜猜是不是首页';
die;
// 取得首页配置 // 取得首页配置
$config = model('Xdata')->get('admin_Config:index_item'); $config = model('Xdata')->get('admin_Config:index_item');
//加载首页头部轮播广告位 //加载首页头部轮播广告位
......
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