From 12448b889780a0ab789ff359f8cb0cf0e71cba19 Mon Sep 17 00:00:00 2001 From: manchuwork Date: Fri, 12 Dec 2025 03:13:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script2-1-qcc-acq.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/script2-1-qcc-acq.js b/script2-1-qcc-acq.js index aeb334c..8b4fdc8 100644 --- a/script2-1-qcc-acq.js +++ b/script2-1-qcc-acq.js @@ -238,20 +238,6 @@ return ToolUtils.cleanText(valueCell.textContent); } } - // const legalElements = Array.from( - // this.table.querySelectorAll("td") - // ).filter((td) => ToolUtils.cleanText(td.textContent) === "法定代表人"); - - // if (legalElements.length > 0) { - // const valueCell = legalElements[0].nextElementSibling; - // if (valueCell && valueCell.classList.contains("image-text-content")) { - // const nameElement = valueCell.querySelector(".person-name-warp a"); - // if (nameElement) { - // return ToolUtils.cleanText(nameElement.textContent); - // } - // return ToolUtils.cleanText(valueCell.textContent); - // } - // } // 备用查找方式 const titleElements = Array.from(