From e5d779a14b9e10ad3b5247ee74b00ade5ac3e05c Mon Sep 17 00:00:00 2001 From: aBin Date: Fri, 30 Jul 2021 10:46:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E6=9C=88=E8=B4=A8=E6=8E=A7=E6=8A=A5?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 0aa38e0..b2f15bf 100644 --- a/index.html +++ b/index.html @@ -57,12 +57,12 @@ /* 1. p1419896936236064768插件的所有事件及属性 */ - const p1419896936236064768 = { + var p1419896936236064768 = { jumpDetail(that) { - const pId = that.parentNode.parentNode.getAttribute('data-pid'); - const rId = that.parentNode.parentNode.getAttribute('data-rid'); - const uId = that.parentNode.parentNode.getAttribute('data-uid'); - const tId = that.parentNode.parentNode.getAttribute('data-tid'); + var pId = that.parentNode.parentNode.getAttribute('data-pid'); + var rId = that.parentNode.parentNode.getAttribute('data-rid'); + var uId = that.parentNode.parentNode.getAttribute('data-uid'); + var tId = that.parentNode.parentNode.getAttribute('data-tid'); location.href = `https://www.tall.wiki/qc/report?projectId=${pId}&roleId=${rId}&userId=${uId}&id=${tId}`; }, }; @@ -88,7 +88,7 @@