From d69c2c4af9d1031e7475a656b590c375c64647e7 Mon Sep 17 00:00:00 2001
From: xuesinan <1404152492@qq.com>
Date: Thu, 17 Mar 2022 17:14:36 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=92=E4=BB=B6=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 | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/index.html b/index.html
index 5495544..38b64e1 100644
--- a/index.html
+++ b/index.html
@@ -47,7 +47,7 @@
-
+
@@ -446,12 +446,14 @@
// 跳转详情
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}`;
+ 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');
+ const path = "http://101.201.226.163/tall/v4.0.0/pages/detailWebview/detailWebview";
+ const param = `http://101.201.226.163/checkwork/?pid=${pId}&uid=${uId}&rid=${rId}&token=${token}&url=${url}`;
+ location.href = `${path}/?url=${encodeURIComponent(param)}`;
}
}
p1485171846022434817.init()