This commit is contained in:
make
2025-04-14 15:24:13 +08:00
parent 910981ad51
commit d3c7a0b1ff

View File

@@ -497,8 +497,9 @@ class Novel extends BaseController
// 小说详情 // 小说详情
$arrNovel = $NovelModel->getNovelByNId($intNId); $arrNovel = $NovelModel->getNovelByNId($intNId);
// 分拼音 // 分拼音
$arrNovel['category_pinyin'] = CategoryModel::getPinYinByZh($arrNovel['og_novel_category']); $arrNovel['category_pinyin'] = CategoryModel::getPinYinByZh($arrNovel['og_novel_category']);
$arrNovel['category_sex'] = $arrNovel['category_sex'] ?? 'man';
// 最后章节 // 最后章节
$ChapterModel = ChapterModel::getInstance(); $ChapterModel = ChapterModel::getInstance();