Commit 2f2fcb6219b9068992c43576385e9b88ac768d59

Authored by 徐近程
1 parent c8d3407e

update

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