Commit c68b8d6f authored by shajiaiming's avatar shajiaiming

modify pagesize

parent 69480593
......@@ -26,7 +26,7 @@ class ApplicationController extends BaseController
{
$recommendData = ApplicationBusiness::getRecommendList();
$data['recommend'] =$recommendData;
$cate_app_data = ApplicationBusiness::getCategoryAppList(4);
$cate_app_data = ApplicationBusiness::getCategoryAppList(5);
$data['cate_app_data'] = $cate_app_data;
$data['banner'] = ApplicationBusiness::getBannerList();
$result['code'] = 0;
......
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