@@ -446,12 +446,14 @@
// 跳转详情
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}`;
+ 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');
+ const path = "http://101.201.226.163/tall/v4.0.0/pages/detailWebview/detailWebview";
+ const param = `http://101.201.226.163/checkwork/?pid=${pId}&uid=${uId}&rid=${rId}&token=${token}&url=${url}`;
+ location.href = `${path}/?url=${encodeURIComponent(param)}`;
}
}
p1485171846022434817.init()