Sign in
周伟鹏
/
cnlive_shenhe
·
Commits
GitLab
Back to dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e1932ef5f3de4b2a43829b3605331f0becfddd94
Authored by
王言钊
2022-06-13 10:49:16 +0800
1 parent
c6ca5548
添加 审核 通过 拒绝 按钮
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/main/resources/templates/page/liveDetail.html
src/main/resources/templates/page/liveDetail.html
View file @
e1932ef
...
...
@@ -258,7 +258,6 @@
258
258
</div>
259
259
<script th:inline="javascript">
260
260
var liveId = [[${live.id}]];
261
-·
262
261
//审核操作,status=1为通过
263
262
function live(status) {
264
263
if (status == 1) {
...
...