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,6 +292,9 @@
}
}
$.post("/book/addVisitCount", {"bookId": $("#bookId").val()}, function () {
});
</script>
</body>
</html>