find review

This commit is contained in:
2022-02-01 16:41:21 +08:00
parent 62eea37625
commit 8e5976f226
5 changed files with 8 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ let gethtml = async (name, page) => {
// console.log(error)
}
list = {name:"漫画DB",list}
console.log(list)
return list
@@ -49,7 +50,7 @@ let getlist = (name) => {
try {
let html;
html = await gethtml(name, 1)
console.log(JSON.stringify(html))
// console.log(JSON.stringify(html))
res(html);
} catch (error) {
rej([])