diff --git a/lib/v2/thepaper/featured.js b/lib/v2/thepaper/featured.js index 455f924e18..913e0c4c9e 100644 --- a/lib/v2/thepaper/featured.js +++ b/lib/v2/thepaper/featured.js @@ -5,7 +5,7 @@ const got = require('@/utils/got'); module.exports = async (ctx) => { const response = await got('https://m.thepaper.cn'); const data = JSON.parse(cheerio.load(response.data)('#__NEXT_DATA__').html()); - const list = data.props.pageProps.data.list; + const list = data.props.pageProps.data.list.concat(data.props.pageProps.topData.recommendImg); const items = await Promise.all(list.map((item) => utils.ProcessItem(item, ctx))); ctx.state.data = {