Browse Source

跳转详情页添加参数

21-tall-login
song 4 years ago
parent
commit
a70416ee2c
  1. 3
      index.html

3
index.html

@ -435,7 +435,8 @@
jumpDetails(that) {
const pId = this.dom.parentNode.getAttribute('data-pid');
const uId = this.dom.parentNode.getAttribute('data-uid');
location.href = `https://www.tall.wiki/checkwork/?pid=${pId}&uid=${uId}`;
const rId = this.dom.parentNode.getAttribute('data-rid');
location.href = `https://www.tall.wiki/checkwork/?pid=${pId}&uid=${uId}&rid=${rId}`;
}
}
p1432643387798069248.init()

Loading…
Cancel
Save