Browse Source

工资条

tall-salary
xuesinan 3 years ago
parent
commit
309cdde34e
  1. 10
      index.html

10
index.html

@ -57,18 +57,18 @@
data-tid="tid444" data-tid="tid444"
data-did="did555" data-did="did555"
style="height:50px;width:100%"> style="height:50px;width:100%">
<div data-root="p1457912674670354432" class="w-full h-full flex justify-between items-center"> <div data-root="p1541239500222763008" class="w-full h-full flex justify-between items-center">
<div class="title" style="font-size: 14px;"></div> <div class="title" style="font-size: 14px;"></div>
<button style="width: 50px; height: 24px; font-size: 14px; line-height: 24px; background-color: #1890FF; color: #fff; border-radius: 4px;" onclick="p1457912674670354432.jumpDetails(this)">查看</button> <button style="width: 50px; height: 24px; font-size: 14px; line-height: 24px; background-color: #1890FF; color: #fff; border-radius: 4px;" onclick="p1541239500222763008.jumpDetails(this)">查看</button>
</div> </div>
</div> </div>
<script> <script>
var p1457912674670354432 = { var p1541239500222763008 = {
dom: '', dom: '',
init() { init() {
this.dom = document.querySelector("div[data-root=p1457912674670354432]"); this.dom = document.querySelector("div[data-root=p1541239500222763008]");
if (this.dom) { if (this.dom) {
var title = this.dom.querySelector('.title'); var title = this.dom.querySelector('.title');
@ -100,7 +100,7 @@
// location.href = `http://101.201.226.163/checkwork/salary/?pid=${pId}&uid=${uId}&rid=${rId}`; // location.href = `http://101.201.226.163/checkwork/salary/?pid=${pId}&uid=${uId}&rid=${rId}`;
} }
} }
p1457912674670354432.init() p1541239500222763008.init()
</script> </script>
</div> </div>
</div> </div>

Loading…
Cancel
Save