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

@ -292,7 +292,6 @@
$.get("/book/addVisitCount",{"bookId":$("#bookIdHidden").val()},function(){});
function toMyCollect(){
var token = localStorage.getItem("token");
@ -350,6 +349,9 @@
function searchBooks(keyword) {
window.location.href = "/book/book_ranking.html?keyword=" + encodeURI(keyword);
}
$.post("/book/addVisitCount", {"bookId": $("#bookIdHidden").val()}, function () {
});
</script>