Commit dcb84103 authored by liujiangnan's avatar liujiangnan

debug

parent 060c962b
......@@ -177,7 +177,6 @@ export default class SceneComponent extends MyCocosSceneComponent {
video.resourceType = cc.VideoPlayer.ResourceType.REMOTE;
video.remoteURL = url;
window["air"].hideAirClassLoading();
// video.isFullscreen = true;
video.stayOnBottom = true;
......@@ -215,8 +214,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
// console.log('sy: ', sy);
// console.log('scale: ', video.node.scale);
video.play();
// window["air"].hideAirClassLoading();
window["air"].hideAirClassLoading();
checkIsPlaying();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment