@@ -444,13 +444,15 @@
add0(m){return m<10?'0'+m:m },
- // // 跳转详情
- // 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');
- // location.href = `https://www.tall.wiki/checkwork/?pid=${pId}&uid=${uId}&rid=${rId}`;
- // }
+ // 跳转详情
+ jumpDetails(that) {
+ const pId = this.dom.parentNode.getAttribute('data-pid');
+ const uId = this.dom.parentNode.getAttribute('data-uid');
+ const token = this.dom.parentNode.getAttribute('data-token');
+ const rId = this.dom.parentNode.getAttribute('data-rid');
+ const url = this.dom.parentNode.getAttribute('data-url');
+ location.href = `https://www.tall.wiki/checkwork/?pid=${pId}&uid=${uId}&rid=${rId}&token=${token}&url=${url}`;
+ }
}
p1485171846022434817.init()