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
6c1fdc74
Commit
6c1fdc74
authored
Aug 25, 2021
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
u
parent
f418b0f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
prize.ts
project/src/panels/prize.ts
+5
-5
No files found.
project/src/panels/prize.ts
View file @
6c1fdc74
...
...
@@ -25,13 +25,13 @@ export class PrizePanel extends Panel {
getObject
(
this
,
'prize_tips'
).
visible
=
result
.
data
.
extra
==
'object'
;
waitAPI
(
200
).
then
(()
=>
{
//
waitAPI(200).then(()=>{
sendWebNet
(
WebNetName
.
index
).
then
(
res
=>
{
layers
.
stage
.
dispatchEvent
(
'updateIndexData'
)
})
//
sendWebNet(WebNetName.index).then(res => {
//
layers.stage.dispatchEvent('updateIndexData')
//
})
})
//
})
}
...
...
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