Commit 1ec186df authored by wildfirecode's avatar wildfirecode

1

parent 311da087
......@@ -222,10 +222,10 @@ class Main extends MainBase {
return;
}
setTimeout(() => {
loadSvgaRes(getResPath() + 'resource/assets/svgas/standby.svga');
loadSvgaRes(getResPath() + 'resource/assets/svgas/trans.svga');
}, GFun.isIOS ? 10 : 20 * 1000);
// setTimeout(() => {
// loadSvgaRes(getResPath() + 'resource/assets/svgas/standby.svga');
// loadSvgaRes(getResPath() + 'resource/assets/svgas/trans.svga');
// }, GFun.isIOS ? 10 : 20 * 1000);
//获取UA信息
let userAgent = navigator.userAgent.toLowerCase();
......
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