Browse Source

查看红头文件

ts-red-header-file-review
jarvis 4 years ago
parent
commit
b615501e3c
  1. 6
      index.html

6
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" onclick="p1449944565028233216.check()">查看</button>
<button class="text-xs border rounded-full w-10 h-5" onclick="p1449944565028233216.checkFile()">查看</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);">
@ -206,8 +206,8 @@
},
// 查看红头文件
check(){
location.href=`https://www.tall.wiki/tiaosheng/?pid=${pId}&uid=${uId}&rid=${rId}/file`
checkFile(){
location.href=`https://www.tall.wiki/tiaosheng/file/?pid=${pId}&uid=${uId}&rid=${rId}`
},
// 驳回弹框

Loading…
Cancel
Save