🐛 fix(icbc): 修正爬虫链接拼接错误

This commit is contained in:
huzhengrong 2025-10-28 13:43:38 +08:00
parent 4ec65ca3ad
commit 12f14e14f0
1 changed files with 1 additions and 1 deletions

View File

@ -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() &&