debug
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<div class="bookshelfMod">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr class="head">
|
||||
<tr class="head" id="bookshelfMod-head">
|
||||
<td>封面</td>
|
||||
<td class="t2">书名</td>
|
||||
<td class="t3">最新章节</td>
|
||||
@@ -39,9 +39,7 @@
|
||||
<td class="t6">状态</td>
|
||||
<td class="t7">操作</td>
|
||||
</tr>
|
||||
{foreach $arrNewsNovel as $key=>$Novel}
|
||||
{include file="Pc/Public/historyNovelList" /}
|
||||
{/foreach}
|
||||
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -54,6 +52,14 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
|
||||
displayBookshelf()
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
{/block}
|
||||
|
||||
{block name="customize"} {/block}
|
||||
Reference in New Issue
Block a user