|
|
@@ -113,7 +113,7 @@ const loadSplash = (onload, onerror) =>
|
|
|
isHide = true;
|
|
|
splash.style.opacity = 0;
|
|
|
setTimeout(() => {
|
|
|
- document.body.removeChild(splash);
|
|
|
+ // document.body.removeChild(splash);
|
|
|
}, 800);
|
|
|
resolve();
|
|
|
}
|
|
|
@@ -134,7 +134,7 @@ const loadSplash = (onload, onerror) =>
|
|
|
hideSplash();
|
|
|
}, 5000);
|
|
|
splash.src = 'https://cdn.raex.vip/splash.jpg?ts=' + new Date().getTime();
|
|
|
- document.body.append(splash);
|
|
|
+ // document.body.append(splash);
|
|
|
});
|
|
|
|
|
|
if (navigator.userAgent.includes('#cordova#')) {
|