Commit 77f2f056 authored by liujiangnan's avatar liujiangnan

debug

parent 29cb7a5e
...@@ -536,10 +536,12 @@ cc.Class({ ...@@ -536,10 +536,12 @@ cc.Class({
this.videoplayer.stayOnBottom = true; this.videoplayer.stayOnBottom = true;
setTimeout(() => {
this.videoCanPlay = true; this.videoCanPlay = true;
if (window && window["air"] && this.pageLoaded) { if (window && window["air"] && this.pageLoaded) {
window["air"].hideAirClassLoading(); window["air"].hideAirClassLoading();
} }
}, 100);
}, },
onMetaLoaded(player) { onMetaLoaded(player) {
......
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