Browse Source

Merge branch 'tiaosheng-zx' of dd.tall.wiki:wally/plugin-templete into tiaosheng-zx

ts-red-header-file-review
xuesinan 4 years ago
parent
commit
92856f2f67
  1. 7
      index.html

7
index.html

@ -56,7 +56,7 @@
<div class="border-2 w-full mt-2.5 flex justify-between p-2 text-sm">
<p style="color: #999999;">山西跳协**培训红头文件</p>
<div>
<button class="text-xs border rounded-full w-10 h-5">查看</button>
<button class="text-xs border rounded-full w-10 h-5" onclick="p1449944565028233216.check()">查看</button>
</div>
</div>
<div class="pl-7 pr-7 pt fixed z-10 statusChoose bg-black bg-opacity-50" style="display: none; top: 0; bottom: 0; left: 0; right: 0; padding-top: calc((100vh - 250px) / 2);">
@ -205,6 +205,11 @@
});
},
// 查看红头文件
check(){
location.href=`https://www.tall.wiki/tiaosheng/?pid=${pId}&uid=${uId}&rid=${rId}/file`
},
// 驳回弹框
showReject(){
var statusChoose = this.dom.querySelector('.statusChoose');

Loading…
Cancel
Save