fix(route): 国家药品监督管理局医疗器械标准管理中心 (#10364)
This commit is contained in:
parent
0321afc913
commit
e2ca9b81f6
|
|
@ -67,7 +67,7 @@ module.exports = async (ctx) => {
|
|||
|
||||
const content = cheerio.load(detailResponse.data);
|
||||
|
||||
item.description = content('.text').html();
|
||||
item.description = content('.text').append(content('.fujian')).html();
|
||||
item.pubDate = timezone(parseDate(content('meta[name="PubDate"]').attr('content')), +8);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue