diff --git a/routes/weibo/user2.js b/routes/weibo/user2.js index 5222fbbda..68557006a 100644 --- a/routes/weibo/user2.js +++ b/routes/weibo/user2.js @@ -23,7 +23,7 @@ module.exports = async (ctx) => { const wbs = []; const items = $('.wgtCell'); let wb, item, titleEle; - items.forEach((index, ele) => { + items.map((index, ele) => { wb = {}; item = $(ele); titleEle = item.find('.wgtCell_txt');