🐛 fix(icbc): 修正爬虫链接拼接错误
This commit is contained in:
parent
4ec65ca3ad
commit
12f14e14f0
|
|
@ -134,7 +134,7 @@ class ICBC {
|
|||
let name = $(element).find("a .jzcgList-box-li-lef p:first-child").text();
|
||||
let publishTime = $(element).find("a .jzcgList-box-li-lef p:nth-child(2)").text();
|
||||
let endTime = null;
|
||||
let urls = 'https://www.icbc-axa.com/'+$(element).find("a").attr("href");
|
||||
let urls = 'https://www.icbc-axa.com'+$(element).find("a").attr("href");
|
||||
if (
|
||||
// endTime &&
|
||||
// +new Date(endTime) >= Date.now() &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue