Browse Source

改变插件ID

ts-sign-up
xuesinan 4 years ago
parent
commit
8899c3ef11
  1. 8
      index.html

8
index.html

@ -43,7 +43,7 @@
<button class="bg-blue-500 py-2 px-5 rounded text-white" onclick="p100.show()">测试组建2</button>
<div data-tname="考勤" data-pid="1433332016270811136" data-uid="1217647686598135808" data-rid="rid333" data-tid="tid444" data-did="did555" style="height:50px;width:100%">
<div data-root="p1449944565057593344" style="height:100%;width:100%;">
<div data-root="p1449996929974149120" style="height:100%;width:100%;">
<div class="title"></div>
<div class="flex justify-between mt-4">
<div class="text-sm">培训报名</div>
@ -65,7 +65,7 @@
window.location.href='./apply.html'
}
var p1449944565057593344 = {
var p1449996929974149120 = {
token: '',
projectId: '',
roleId: '',
@ -78,7 +78,7 @@
id: '', // 记录id
init() {
this.dom = document.querySelector("div[data-root=p1449944565057593344]");
this.dom = document.querySelector("div[data-root=p1449996929974149120]");
var domBox = this.dom.parentNode;
var title = this.dom.querySelector('.title');
@ -117,7 +117,7 @@
location.href = `https://www.tall.wiki/checkwork/?pid=${pId}&uid=${uId}&rid=${rId}`;
}
}
p1449944565057593344.init()
p1449996929974149120.init()
</script>
</div>
</div>

Loading…
Cancel
Save