Commit c6ca5548caa8576e0bf2409858e561b7107fec10

Authored by 王言钊
1 parent 59798d0d

添加 审核 通过 拒绝 按钮

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) {