From 33d68b217ab11510d6c5e5fd3ce734dfd8e8345c Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Thu, 17 Mar 2022 14:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=A1=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index ed295de..5495544 100644 --- a/index.html +++ b/index.html @@ -47,7 +47,7 @@ -
+
@@ -444,13 +444,15 @@ add0(m){return m<10?'0'+m:m }, - // // 跳转详情 - // jumpDetails(that) { - // const pId = this.dom.parentNode.getAttribute('data-pid'); - // const uId = this.dom.parentNode.getAttribute('data-uid'); - // const rId = this.dom.parentNode.getAttribute('data-rid'); - // location.href = `https://www.tall.wiki/checkwork/?pid=${pId}&uid=${uId}&rid=${rId}`; - // } + // 跳转详情 + jumpDetails(that) { + const pId = this.dom.parentNode.getAttribute('data-pid'); + const uId = this.dom.parentNode.getAttribute('data-uid'); + const token = this.dom.parentNode.getAttribute('data-token'); + const rId = this.dom.parentNode.getAttribute('data-rid'); + const url = this.dom.parentNode.getAttribute('data-url'); + location.href = `https://www.tall.wiki/checkwork/?pid=${pId}&uid=${uId}&rid=${rId}&token=${token}&url=${url}`; + } } p1485171846022434817.init()