From c95a9d813d42323e8a0ab1ad9ffbf3fb7f96c64c Mon Sep 17 00:00:00 2001 From: aBin Date: Thu, 29 Jul 2021 11:42:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AF=8A=E6=8F=92=E4=BB=B6=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E8=AF=A6=E6=83=85=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 3cc817a..0a93365 100644 --- a/index.html +++ b/index.html @@ -49,9 +49,9 @@
-
-
- +
+
+
@@ -71,9 +71,12 @@ })() const p1419895828960780288 = { jumpDetails(that) { - console.log(that.parentNode.getAttribute('data-tname')) - console.log(that.parentNode.getAttribute('data-pid')) - location.href = 'https://www.baidu.com' + const pId = that.parentNode.getAttribute('data-pid'); + const rId = that.parentNode.getAttribute('data-rid'); + const uId = that.parentNode.getAttribute('data-uid'); + const tId = that.parentNode.getAttribute('data-tid'); + console.log(pId) + location.href = `https://www.tall.wiki/qc/diagnosis?projectId=${pId}&roleId=${rId}&userId=${uId}&id=${tId}`; } }