Commit a6b8335c authored by qi's avatar qi

异常

parent d82a77e9
...@@ -11,7 +11,6 @@ import { G_EVENT } from "./common/G_EVENT"; ...@@ -11,7 +11,6 @@ import { G_EVENT } from "./common/G_EVENT";
import { Tools } from "./Tools"; import { Tools } from "./Tools";
import { destroyWebNetData } from "./webNet"; import { destroyWebNetData } from "./webNet";
import { StartScene } from "./scenes/StartScene"; import { StartScene } from "./scenes/StartScene";
import { preloadSound } from "./common/SoundWeb";
/** /**
* 全局事件,为了和小程序交互 * 全局事件,为了和小程序交互
...@@ -80,7 +79,6 @@ export class Main { ...@@ -80,7 +79,6 @@ export class Main {
console.log("通用资源加载完成") console.log("通用资源加载完成")
//h5环境时,隐藏加载中 //h5环境时,隐藏加载中
if (FYGE.getEnv() == "web" && document.getElementById("__loading__")) document.getElementById("__loading__").style.display = "none"; if (FYGE.getEnv() == "web" && document.getElementById("__loading__")) document.getElementById("__loading__").style.display = "none";
preloadSound("bg")
changeScene(StartScene) changeScene(StartScene)
......
...@@ -755,5 +755,5 @@ export const ResJson = { ...@@ -755,5 +755,5 @@ export const ResJson = {
"name": "svga" "name": "svga"
} }
], ],
"path": "https://yun.duiba.com.cn/db_games/activity/template/1678372816/resource/" "path": "https://yun.duiba.com.cn/db_games/activity/template/1678373209/resource/"
} }
\ No newline at end of file
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