...
|
...
|
@@ -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);
|
|
|
|
|
|
//新闻
|
...
|
...
|
|