diff --git a/lib/v2/caixin/latest.js b/lib/v2/caixin/latest.js index 4dde5899c..c53bfa215 100644 --- a/lib/v2/caixin/latest.js +++ b/lib/v2/caixin/latest.js @@ -22,7 +22,7 @@ module.exports = async (ctx) => { const entry_r = await got(item.link); const $ = cheerio.load(entry_r.data); // title - const h1 = $('div#conTit h1').text(); + const h1 = $('#conTit h1').text(); // desc const desc = art(path.join(__dirname, 'templates/article.art'), {