提交 65c366c2 编写于 作者: DCloud-yinjiacheng's avatar DCloud-yinjiacheng

更新video示例

上级 dcdde467
...@@ -387,7 +387,7 @@ ...@@ -387,7 +387,7 @@
onError: function (res : VideoErrorEvent) { onError: function (res : VideoErrorEvent) {
console.log(res.type + " -> " + JSON.stringify(res.detail)); console.log(res.type + " -> " + JSON.stringify(res.detail));
}, },
onProgress: function (res : VideoProgressChangeEvent) { onProgress: function (res : VideoProgressEvent) {
console.log(res.type + " -> " + JSON.stringify(res.detail)); console.log(res.type + " -> " + JSON.stringify(res.detail));
}, },
onFullScreenClick: function (res : VideoFullScreenClickEvent) { onFullScreenClick: function (res : VideoFullScreenClickEvent) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册