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

@@ -56,6 +56,7 @@ let get = (name) => {
list.push(l)
})
list = { name: "扑飞漫画", list }
console.log(list)
res(list);
} catch (error) {
rej([])