Browse Source

培训计划

ts-red-header-file-review
xuesinan 4 years ago
parent
commit
c9d2a4b8f3
  1. 9
      index.html

9
index.html

@ -280,15 +280,6 @@
hide(){
var statusChoose = this.dom.querySelector('.statusChoose');
statusChoose.style.display='none';
},
// 跳转详情
jumpDetails(that) {
const pId = this.dom.parentNode.getAttribute('data-pid');
const uId = this.dom.parentNode.getAttribute('data-uid');
const rId = this.dom.parentNode.getAttribute('data-rid');
console.log(this.dom.parentNode);
location.href = `https://www.tall.wiki/tiaosheng/?pid=${pId}&uid=${uId}&rid=${rId}`;
}
}
p1449944565028233216.init()

Loading…
Cancel
Save