From 6bb8094397bf0e3f1951c5b2db044f5c9aa0722e Mon Sep 17 00:00:00 2001 From: binbin0314 Date: Thu, 29 Jul 2021 11:01:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=93=BE=E6=8E=A5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index c66599f..6ecc7a4 100644 --- a/index.html +++ b/index.html @@ -33,9 +33,11 @@ const p1419897059909312512 = { name: 'pluginPatientList', jumpDetail(that) { - console.log(that.parentNode.parentNode); - console.log('data-pid',that.parentNode.parentNode.getAttribute('data-pid')); - location.href = 'https://www.baidu.com'; + 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'); + location.href = `https://www.tall.wiki/qc/patientList?projectId=${pId}&roleId=${rId}&userId=${uId}&id=${tId}`; }, } @@ -91,10 +93,10 @@ - +