Commit 2f2fcb6219b9068992c43576385e9b88ac768d59

Authored by 徐近程
1 parent c8d3407e

update

src/main/resources/templates/page/audioDetail.html
@@ -289,7 +289,7 @@ @@ -289,7 +289,7 @@
289 $("#action_note").hide();//隐藏弹出框 289 $("#action_note").hide();//隐藏弹出框
290 var action_note_type = $("#action_note_type").val(); 290 var action_note_type = $("#action_note_type").val();
291 if (action_note_type == 'reject') { 291 if (action_note_type == 'reject') {
292 - $.post("/videos/shenheAudio", { 292 + $.post("/audio/shenheAudio", {
293 id: id, 293 id: id,
294 activity_id: activity_id, 294 activity_id: activity_id,
295 state: state, 295 state: state,
@@ -320,7 +320,7 @@ @@ -320,7 +320,7 @@
320 return false; 320 return false;
321 } 321 }
322 if (confirm("您确认通过此条点播吗?")) { 322 if (confirm("您确认通过此条点播吗?")) {
323 - $.post("/videos/shenheAudio", { 323 + $.post("/audio/shenheAudio", {
324 id: id, 324 id: id,
325 activity_id: activity_id, 325 activity_id: activity_id,
326 state: state, 326 state: state,