1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-15 21:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

添加分类搜索功能

This commit is contained in:
2022-03-16 00:09:35 +08:00
parent 174d24d5d0
commit 33f8dc4ea4
7 changed files with 144 additions and 30 deletions

View File

@@ -19,7 +19,7 @@
<body>
<%- include("./component/navbar.html"); %>
<main class="main">
<h1><%= title %></h1>
<!-- <h1><%= title %></h1> -->
<div id="container">
</div>
@@ -76,12 +76,8 @@
// 渲染后重新获取一次字体
fontmin(getPageText());
}
else {
alert(
`查询失败
错误码: ${data.errCode}
错误信息: ${data.errMsg}`);
} else {
alert(`出错啦!${data.errMsg} (错误码: ${data.errCode}) `);
}
}).catch(function (error) {
console.log(error);