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 {