add confirm modal to video apply

dev_aliyun
p31729568 5 years ago
parent 405def5313
commit 8cf704f1fc

@ -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>
Loading…
Cancel
Save