Ver código fonte

设置播放列表下一个

minitiger 9 anos atrás
pai
commit
f763538a2c
1 arquivos alterados com 4 adições e 0 exclusões
  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);
 }