diff --git a/code/app/home/controller/Novel.php b/code/app/home/controller/Novel.php index 2cce12a..a50ba4f 100644 --- a/code/app/home/controller/Novel.php +++ b/code/app/home/controller/Novel.php @@ -554,20 +554,12 @@ class Novel extends BaseController // 上一章节和下一章节 $arrPreChapter = $ChapterModel->getPreChapter($arrChapter['n_id'], $arrChapter['c_sort_num'], $arrChapter['c_page']); $arrNextChapter = $ChapterModel->getNextChapter($arrChapter['n_id'], $arrChapter['c_sort_num'], $arrChapter['c_page']); - - - // FIXME 分类:男生和女生所对应的分类,看导航展示 - // FIXED BY 已经修复 + $arrCategoryAll = CategoryModel::$arrCategoryAll; - - // FIXME 这个小说的 分类拼音 - // FIXED BY 已经修复 - - // FIXME 这个小说 是属于 女生还是男生 - // FIXED BY 已经修复 - + View::assign([ 'arrNovel' => $arrNovel, + 'arrCategoryAll' => $arrCategoryAll, 'arrChapter' => $arrChapter, 'arrPreChapter' => $arrPreChapter, 'arrNextChapter' => $arrNextChapter, diff --git a/code/app/home/view/kuangyu/Pc/getNovelChapter.html b/code/app/home/view/kuangyu/Pc/getNovelChapter.html index fc78996..2e9b67f 100644 --- a/code/app/home/view/kuangyu/Pc/getNovelChapter.html +++ b/code/app/home/view/kuangyu/Pc/getNovelChapter.html @@ -66,26 +66,17 @@
\ No newline at end of file
+ data-src="{$vo.sp_fengmian_url}">
+
+
+# FIXME 分类:男生和女生所对应的分类,看导航展示
+# FIXED BY 已经修复
\ No newline at end of file