Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wfc13
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
wildfirecode13
wfc13
Commits
4abf57c0
Commit
4abf57c0
authored
Aug 17, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
599f4585
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.do.json
project/mock/webNet/dazzle/index.do.json
+1
-1
Main.ts
project/src/Main.ts
+1
-1
No files found.
project/mock/webNet/dazzle/index.do.json
View file @
4abf57c0
...
...
@@ -124,7 +124,7 @@
"credits"
:
111111
,
"needCredits"
:
110
,
"type"
:
2
,
"
isMember
"
:
1
"
vip
"
:
1
},
"message"
:
null
,
"success"
:
true
...
...
project/src/Main.ts
View file @
4abf57c0
...
...
@@ -83,7 +83,7 @@ export class Main {
//加载通用资源
await
RES
.
loadGroup
(
"common"
);
await
RES
.
loadGroup
(
"svga"
);
await
sendWebNet
(
WebNetName
.
index
);
await
sendWebNet
(
WebNetName
.
index
,{
isShare
:
getQueryParams
().
issharepage
?
1
:
0
}
);
console
.
log
(
"通用资源加载完成"
)
//h5环境时,隐藏加载中
if
(
FYGE
.
getEnv
()
==
"web"
&&
document
.
getElementById
(
"__loading__"
))
document
.
getElementById
(
"__loading__"
).
style
.
display
=
"none"
;
...
...
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