Browse Source

调接口

11-plugin-be-present
aBin 4 years ago
parent
commit
f53b80ebef
  1. 8
      index.html

8
index.html

@ -240,10 +240,10 @@
// 开始到场
jumpDetails(that) {
const pId = that.parentNode.parentNode.getAttribute('data-pid');
const rId = that.parentNode.parentNode.getAttribute('data-rid');
const uId = that.parentNode.parentNode.getAttribute('data-uid');
const tId = that.parentNode.parentNode.getAttribute('data-tid');
const pId = this.dom.parentNode.getAttribute('data-pid');
const rId = this.dom.parentNode.getAttribute('data-rid');
const uId = this.dom.parentNode.getAttribute('data-uid');
const tId = this.dom.parentNode.getAttribute('data-tid');
location.href = `https://www.tall.wiki/qc/information?projectId=${pId}&roleId=${rId}&userId=${uId}&id=${tId}`;
},

Loading…
Cancel
Save