Explorar el Código

设置播放列表下一个

minitiger hace 9 años
padre
commit
f763538a2c
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      VisualInspection/js/util/video.js

+ 4 - 0
VisualInspection/js/util/video.js

@@ -63,4 +63,8 @@ function callFunc(func, param){
     var origin = window.location.protocol + '//' + window.location.host;
     event.initMessageEvent (func, true, true, param, origin, 1234, window, null);
     document.dispatchEvent (event);
+}
+
+function playNext(index){
+    $("#video_list").val(index);
 }