|
|
@ -59,6 +59,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
<script type="text/javascript">
|
|
|
|
function video_authorization_gree(id){
|
|
|
|
function video_authorization_gree(id){
|
|
|
|
|
|
|
|
if(window.confirm("确认同意该视频发布吗?")){
|
|
|
|
$.ajax({
|
|
|
|
$.ajax({
|
|
|
|
url: '/managements/video_applies/' + id + '/agree',
|
|
|
|
url: '/managements/video_applies/' + id + '/agree',
|
|
|
|
type: 'post',
|
|
|
|
type: 'post',
|
|
|
@ -75,4 +76,5 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|