Commit e1932ef5f3de4b2a43829b3605331f0becfddd94

Authored by 王言钊
1 parent c6ca5548

添加 审核 通过 拒绝 按钮

src/main/resources/templates/page/liveDetail.html
@@ -258,7 +258,6 @@ @@ -258,7 +258,6 @@
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  
262 //审核操作,status=1为通过 261 //审核操作,status=1为通过
263 function live(status) { 262 function live(status) {
264 if (status == 1) { 263 if (status == 1) {