Commit 76d81147 authored by liujiangnan's avatar liujiangnan

feat: 尺寸变换

parent 4e3c718e
......@@ -228,7 +228,9 @@ cc.Class({
window["air"].hideAirClassLoading();
}
});
// window.dispatchEvent(new CustomEvent('resize'), true)
if(window.CustomEvent){
window.dispatchEvent(new CustomEvent('resize'), true)
}
},
triggerInteractive() {
this.tw.stop();
......
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