mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-02 07:36:37 +00:00
update
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user