debug
This commit is contained in:
@@ -26,21 +26,43 @@
|
||||
<div class="i-title" style="padding-left:30px;">
|
||||
最近阅读
|
||||
</div>
|
||||
<div class="bookshelfMod">
|
||||
<div class="bookshelfMod" id="bookshelfMod">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr class="head">
|
||||
<tr class="head" id="bookshelfMod-head">
|
||||
<td>封面</td>
|
||||
<td class="t2">书名</td>
|
||||
<td class="t3">最新章节</td>
|
||||
<td class="t3">阅读章节</td>
|
||||
<td class="t4">作者</td>
|
||||
<td class="t5">更新时间</td>
|
||||
<td class="t6">状态</td>
|
||||
<td class="t7">操作</td>
|
||||
</tr>
|
||||
{foreach $arrNewsNovel as $key=>$Novel}
|
||||
{include file="Pc/Public/historyNovelList" /}
|
||||
|
||||
<!-- <tr>
|
||||
<td>
|
||||
<a href="/pc/novel/332.html" >
|
||||
<img class="lazyload-img"
|
||||
src="/static/img/default.jpg" data-src="https://www.630zw.org/img/176943.jpg"></a>
|
||||
</td>
|
||||
<td class="t2">
|
||||
<a href="/pc/novel/332.html" >{}</a>
|
||||
</td>
|
||||
<td class="t3">
|
||||
<a href="/pc/chapter/1-1-1.html" >老读者必看公告!!!</a>
|
||||
</td>
|
||||
<td class="t4">
|
||||
<a href="/pc/novel/332.html" >兔子很淡定</a>
|
||||
</td>
|
||||
<td class="t5">3天前</td>
|
||||
|
||||
<td class="t6">已完结</td>
|
||||
<td class="t7">
|
||||
<a href="/pc/chapter/1-1-1.html" class="goon" >阅读</a>
|
||||
<i><span class="Collection" ajax-get="" >删除</span></i>
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
@@ -53,6 +75,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function () {
|
||||
|
||||
displayHistory()
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
{/block}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user