Browse Source

缴费

ts-pay
xuesinan 4 years ago
parent
commit
71d706adfd
  1. 10
      index.html

10
index.html

@ -43,16 +43,16 @@
<button class="bg-blue-500 py-2 px-5 rounded text-white" onclick="p100.show()">测试组建2</button>
<div data-tname="考勤" data-pid="1453661473401479168" data-uid="1217647686598135808" data-rid="rid333" data-tid="tid444" data-did="did555" style="height:50px;width:100%">
<div data-root="p1449996929974149120" style="height: 100%; width: 100%;">
<div data-root="p1449996930074812416" style="height: 100%; width: 100%;">
<div class="flex justify-between w-full text-sm">
<p class="w-20 flex-shrink-0">缴费</p>
<img style="width: 15px;" onclick="p1449996929974149120.toPay()" src="https://www.tall.wiki/staticrec/icon/right.svg" />
<img style="width: 15px;" onclick="p1449996930074812416.toPay()" src="https://www.tall.wiki/staticrec/icon/right.svg" />
</div>
</div>
</div>
<script>
var p1449996929974149120 = {
var p1449996930074812416 = {
token: '',
projectId: '',
roleId: '',
@ -61,7 +61,7 @@
playerId: '', // 报名学员ID
init() {
this.dom = document.querySelector("div[data-root=p1449996929974149120]");
this.dom = document.querySelector("div[data-root=p1449996930074812416]");
var domBox = this.dom.parentNode;
var title = this.dom.querySelector('.title');
@ -79,7 +79,7 @@
location.href=`https://test.tall.wiki/ts/pay?pid=${pId}&uid=${uId}&rid=${rId}`
}
}
p1449996929974149120.init()
p1449996930074812416.init()
</script>
</div>
</div>

Loading…
Cancel
Save