Commit c6ca5548caa8576e0bf2409858e561b7107fec10
1 parent
59798d0d
添加 审核 通过 拒绝 按钮
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/templates/page/liveDetail.html
| @@ -258,7 +258,7 @@ | @@ -258,7 +258,7 @@ | ||
| 258 | </div> | 258 | </div> |
| 259 | <script th:inline="javascript"> | 259 | <script th:inline="javascript"> |
| 260 | var liveId = [[${live.id}]]; | 260 | var liveId = [[${live.id}]]; |
| 261 | - | 261 | +· |
| 262 | //审核操作,status=1为通过 | 262 | //审核操作,status=1为通过 |
| 263 | function live(status) { | 263 | function live(status) { |
| 264 | if (status == 1) { | 264 | if (status == 1) { |