This commit is contained in:
make
2025-04-03 19:51:35 +08:00
parent 6e4060ef4f
commit ed4be0ec10
2 changed files with 7 additions and 6 deletions

View File

@@ -57,9 +57,9 @@
</div>
<div class="fL_con">
<ul>
{foreach $arrChapter as $Chapter}
{foreach $arrPage.data as $Chapter}
<li>
<a href="/pc/xiaoshuo/{$arrNovel.og_novel_pin_yin}-{$arrNovel.n_id}/zhang-{$Chapter.c_sort_num}" target="_blank">{$Chapter.created_at}</a>
<a href="/pc/xiaoshuo/{$arrNovel.og_novel_pin_yin}-{$arrNovel.n_id}/zhang-{$Chapter.c_sort_num}" target="_blank">{$Chapter.name}</a>
</li>
{/foreach}
</ul>