Explorar o código

设置播放列表下一个

minitiger %!s(int64=9) %!d(string=hai) anos
pai
achega
f763538a2c
Modificáronse 1 ficheiros con 4 adicións e 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);
 }