find review
This commit is contained in:
@@ -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([])
|
||||
|
||||
Reference in New Issue
Block a user