Commit c6ca5548caa8576e0bf2409858e561b7107fec10

Authored by 王言钊
1 parent 59798d0d

添加 审核 通过 拒绝 按钮

src/main/resources/templates/page/liveDetail.html
... ... @@ -258,7 +258,7 @@
258 258 </div>
259 259 <script th:inline="javascript">
260 260 var liveId = [[${live.id}]];
261   -
  261
262 262 //审核操作,status=1为通过
263 263 function live(status) {
264 264 if (status == 1) {
... ...