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
c6ca5548caa8576e0bf2409858e561b7107fec10
Authored by
王言钊
2022-06-13 10:46:42 +0800
1 parent
59798d0d
添加 审核 通过 拒绝 按钮
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/templates/page/liveDetail.html
src/main/resources/templates/page/liveDetail.html
View file @
c6ca554
...
...
@@ -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) {
...
...