作者 sgj
1 个管道 的构建 通过 耗费 0 秒

添加新闻详情页面

... ... @@ -69,7 +69,7 @@ class IndexController extends RestBaseController
$volunteer = $volunteerModel->selectData($volunteer_page,$volunteer_pageNum,array('status'=>2));
//活动
$activityModel = new ActivityModel();
$activity = $activityModel->selectData($activity_page,0);
$activity = $activityModel->selectData(0,2);
// $beginAtOnce = $activityModel->beginAtOnce($activity_page,$activity_pageNum);
//新闻
... ...