Browse Source

工资

tall-salary
xuesinan 3 years ago
parent
commit
7df2fbaab6
  1. 7
      index.html

7
index.html

@ -53,7 +53,7 @@
data-rid="1473556018582790144"
data-token="eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2NTM2MTQwOTksInN1YiI6IjE0ODE0NTg3NDEyOTU3MTQzMDQiLCJhdXRoSWQiOiIxNDgxNDU4NzQxNTMwNTk1MzI4IiwiZXhwIjoxNjUzNjIxMjk5fQ.kM15-gERv5j5qWBeWEG0kDxLWMJesHInnwFQnUaKcGg"
data-url="http://101.201.226.163:7320/v1.0"
data-tTime="1660492800000"
data-time="1660492800000"
data-type="1"
data-tid="tid444"
data-did="did555"
@ -72,7 +72,7 @@
this.dom = document.querySelector("div[data-root=p1541239500222763008]");
var 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) {
tMonth = this.format(currTime);
@ -99,8 +99,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/tallsalary/?pid=${pId}&uid=${uId}&rid=${rId}&token=${token}&url=${url}`;
const param = `http://101.201.226.163/tallsalary/?pid=${pId}&uid=${uId}&rid=${rId}&token=${token}&url=${url}&time=${time}`;
if (type === 1) {
sessionStorage.setItem('targetUrl', param);
} else {

Loading…
Cancel
Save