This commit is contained in:
xxy
2020-05-04 10:47:30 +08:00
parent b245483a1f
commit 1fba55fd31
5 changed files with 26 additions and 22 deletions

View File

@ -175,8 +175,6 @@
<script>
var token = localStorage.getItem("token");
$.get("/book/addVisit", {"bookId": $("#bookIdHidden").val(),"indexNum":$("#indexNumHidden").val(),"token":token}, function () {
});
</script>
<div style="height: 50px;line-height: 50px;text-align: center" class="layui-header header header-doc layui-bg-cyan">
@ -318,7 +316,8 @@
}
}
$.post("/book/addVisitCount", {"bookId": $("#bookIdHidden").val()}, function () {
});
</script>