debug
This commit is contained in:
@@ -204,13 +204,13 @@ class Novel extends BaseController
|
||||
$arrPage = $NovelModel->getCustomPage01($strKey, $intPage, $intLimit, $intLifeTime, $intGender, $strSearchStatus);
|
||||
|
||||
$strTemplate = '';
|
||||
$intButtomNum = 5;
|
||||
$intButtonNum = 5;
|
||||
if ($boolIsMobile == false) {
|
||||
$intButtomNum = 10;
|
||||
$intButtonNum = 10;
|
||||
$strTemplate = 'pc/getLibrary';
|
||||
}
|
||||
|
||||
$arrPaginator = CusteomPage02::generate($intPage, $arrPage['total'], $intLimit, $strBaseUrl, $intButtomNum);
|
||||
$arrPaginator = CusteomPage02::generate($intPage, $arrPage['total'], $intLimit, $strBaseUrl, $intButtonNum);
|
||||
|
||||
// 更新值
|
||||
ConverterMovel::setVal([
|
||||
@@ -855,13 +855,13 @@ class Novel extends BaseController
|
||||
|
||||
$arrPage = $ChapterModel->findPaginatedWithCache($arrFilter, $intPage, $intLimit, $arrSort, $strKey, $intLifeTime);
|
||||
|
||||
$intButtomNum = 5;
|
||||
$intButtonNum = 5;
|
||||
if ($boolIsMobile == false) {
|
||||
$intButtomNum = 10;
|
||||
$intButtonNum = 10;
|
||||
}
|
||||
|
||||
$strBaseUrl = app(NovelService::class)->getNovelCatalogUrl($intNId, $arrNovel['n_name_pinyin'], $strOrder, '{page}');
|
||||
$arrPaginator = CusteomPage02::generate($intPage, $arrPage['total'], $intLimit, $strBaseUrl, $intButtomNum);
|
||||
$arrPaginator = CusteomPage02::generate($intPage, $arrPage['total'], $intLimit, $strBaseUrl, $intButtonNum);
|
||||
|
||||
// 更新值
|
||||
ConverterMovel::setVal([
|
||||
@@ -941,11 +941,11 @@ class Novel extends BaseController
|
||||
|
||||
$arrPage = $NovelModel->findPaginatedWithCache($arrFilter, $intPage, $intLimit, [], $strKey);
|
||||
|
||||
$intButtomNum = 10;
|
||||
$intButtonNum = 10;
|
||||
|
||||
|
||||
$strBaseUrl = app(NovelService::class)->getNovelSearchUrl($strSearchKeywords, '{page}');
|
||||
$arrPaginator = CusteomPage02::generate($intPage, $arrPage['total'], $intLimit, $strBaseUrl, $intButtomNum);
|
||||
$arrPaginator = CusteomPage02::generate($intPage, $arrPage['total'], $intLimit, $strBaseUrl, $intButtonNum);
|
||||
|
||||
// 更新值
|
||||
ConverterMovel::setVal([
|
||||
|
||||
Reference in New Issue
Block a user