修复完成

This commit is contained in:
luyuan 2020-02-29 14:15:49 +08:00
parent 7f6612576c
commit 835b75c85a
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ let getcontlist = async (text) => {
obj.update = j('.tip').eq(0).text()
obj.name = j("a").eq(0).attr('title')
obj.date = '未获取'
obj.url = 'https://www.tohomh123.com' + j(".am-thumbnail a").eq(0).attr('href')
obj.url = 'https://www.tohomh123.com' + j("a").eq(0).attr('href')
// console.log(obj)
list.push(obj)
})

View File

@ -33,7 +33,7 @@ let gethtml = async (url) => {
// list
// }]
// console.log(list)
console.log(JSON.stringify(list))
// console.log(JSON.stringify(list))
return list
}