diff --git a/lib/routes/hpoi/info.js b/lib/routes/hpoi/info.js index 31f66f68e..87622a33d 100644 --- a/lib/routes/hpoi/info.js +++ b/lib/routes/hpoi/info.js @@ -13,7 +13,7 @@ module.exports = async (ctx) => { catType: type, }, }); - const $ = cheerio.load(response.data.data.html); + const $ = cheerio.load(response.data); const items = $('.home-info') .map((_, ele) => {