From f53b80ebef68ff1fb9673814e1a99599bdd22453 Mon Sep 17 00:00:00 2001 From: binbin0314 Date: Thu, 29 Jul 2021 23:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 4fd16a4..2af8487 100644 --- a/index.html +++ b/index.html @@ -240,10 +240,10 @@ // 开始到场 jumpDetails(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'); + const pId = this.dom.parentNode.getAttribute('data-pid'); + const rId = this.dom.parentNode.getAttribute('data-rid'); + const uId = this.dom.parentNode.getAttribute('data-uid'); + const tId = this.dom.parentNode.getAttribute('data-tid'); location.href = `https://www.tall.wiki/qc/information?projectId=${pId}&roleId=${rId}&userId=${uId}&id=${tId}`; },