Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zjzy_client_game
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
王勇霞
zjzy_client_game
Commits
a6b8335c
Commit
a6b8335c
authored
Mar 09, 2023
by
qi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
异常
parent
d82a77e9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
Main.ts
src/Main.ts
+0
-2
ResJson.ts
src/ResJson.ts
+1
-1
No files found.
src/Main.ts
View file @
a6b8335c
...
...
@@ -11,7 +11,6 @@ import { G_EVENT } from "./common/G_EVENT";
import
{
Tools
}
from
"./Tools"
;
import
{
destroyWebNetData
}
from
"./webNet"
;
import
{
StartScene
}
from
"./scenes/StartScene"
;
import
{
preloadSound
}
from
"./common/SoundWeb"
;
/**
* 全局事件,为了和小程序交互
...
...
@@ -80,7 +79,6 @@ export class Main {
console
.
log
(
"通用资源加载完成"
)
//h5环境时,隐藏加载中
if
(
FYGE
.
getEnv
()
==
"web"
&&
document
.
getElementById
(
"__loading__"
))
document
.
getElementById
(
"__loading__"
).
style
.
display
=
"none"
;
preloadSound
(
"bg"
)
changeScene
(
StartScene
)
...
...
src/ResJson.ts
View file @
a6b8335c
...
...
@@ -755,5 +755,5 @@ export const ResJson = {
"name"
:
"svga"
}
],
"path"
:
"https://yun.duiba.com.cn/db_games/activity/template/167837
2816
/resource/"
"path"
:
"https://yun.duiba.com.cn/db_games/activity/template/167837
3209
/resource/"
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment