|
@@ -146,7 +146,7 @@ class IndexController extends Controller
|
|
|
|
|
|
// main blog List
|
|
// main blog List
|
|
$query = "(post_type_id = 41 or post_type_id = 44 or post_type_id = 50) and status ='1'";
|
|
$query = "(post_type_id = 41 or post_type_id = 44 or post_type_id = 50) and status ='1'";
|
|
- $limit = (int)request('limit', 12);
|
|
|
|
|
|
+ $limit = (int)request('limit', 999);
|
|
$page = (int)request('page', 1);
|
|
$page = (int)request('page', 1);
|
|
$mainBlogList = $this->callApiService->callApi([
|
|
$mainBlogList = $this->callApiService->callApi([
|
|
'url' => 'post-page',
|
|
'url' => 'post-page',
|