This commit is contained in:
make
2025-04-09 20:59:55 +08:00
parent 1a39dda023
commit 1de75bb3f2
5 changed files with 27 additions and 16 deletions

View File

@@ -195,6 +195,9 @@ class Novel extends BaseController
'intTotalPage' => $arrPage['pages'],
'arrCategoryAll' => CategoryModel::$arrCategoryAll,
'arrPaginator' => $arrPaginator,
'strSearchCategory' => $strSearchCategory,
'strSearchStatus' => $strSearchStatus,
'strNovelSex' => $arrSexChinese[$strGender],
'strTitle' => $strTitle,
'strKeywords' => $strKeywords,
'strDescription' => $strDescription,
@@ -476,9 +479,6 @@ class Novel extends BaseController
// 小说详情
$arrNovel = $NovelModel->getNovelByNId($intNId);
// echo "<pre>";
// var_dump($arrNovel);exit;
// TODO n_page_description 改成 og_description
// 分品拼音
$arrNovel['category_pinyin'] = CategoryModel::getPinYinByZh($arrNovel['og_novel_category']);