From ec44606baa2fc5c919ec3d2fcd9309687a9e9d2c Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Wed, 20 Jul 2022 18:17:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E8=B5=84=E6=B1=87=E6=80=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 893606b..9111d00 100644 --- a/index.html +++ b/index.html @@ -73,7 +73,7 @@ this.dom = document.querySelector("div[data-root=p1541234829630377984]"); var summary_title = this.dom.querySelector('.title'); - const currTime = this.dom.parentNode.getAttribute('data-tTime'); // 任务时间 + const currTime = this.dom.parentNode.getAttribute('data-time'); // 任务时间 let tMonth = ''; if (currTime) { @@ -101,8 +101,9 @@ const rId = this.dom.parentNode.getAttribute('data-rid'); const url = this.dom.parentNode.getAttribute('data-url'); const type = this.dom.parentNode.getAttribute('data-type') ? 1 : 0; + const time = this.dom.parentNode.getAttribute('data-time'); - const param = `http://101.201.226.163/salarysummary/?pid=${pId}&uid=${uId}&rid=${rId}&token=${token}&url=${url}`; + const param = `http://101.201.226.163/salarysummary/?pid=${pId}&uid=${uId}&rid=${rId}&token=${token}&url=${url}&time=${time}`; if (type === 1) { sessionStorage.setItem('targetUrl', param); } else {