Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaole
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
xiaoxiaole
Commits
fbaaf484
Commit
fbaaf484
authored
Nov 06, 2019
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
58c5a2ac
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
HbRainIcon.ts
egret/src/mapScene/icon/HbRainIcon.ts
+10
-0
hbRainBaseInfo.json
mock/happyclear/hbRainBaseInfo.json
+1
-1
No files found.
egret/src/mapScene/icon/HbRainIcon.ts
View file @
fbaaf484
import
IconBase
from
"./IconBase"
;
import
IconBase
from
"./IconBase"
;
import
PanelCtrl
from
"../../../libs/new_wx/ctrls/panelCtrl"
;
import
PanelCtrl
from
"../../../libs/new_wx/ctrls/panelCtrl"
;
import
{
GDispatcher
}
from
"../../../libs/tc/util/GDispatcher"
;
import
{
GDispatcher
}
from
"../../../libs/tc/util/GDispatcher"
;
import
{
NetManager
}
from
"../../../libs/tw/manager/NetManager"
;
export
default
class
HbRainIcon
extends
IconBase
{
export
default
class
HbRainIcon
extends
IconBase
{
...
@@ -11,7 +12,16 @@ export default class HbRainIcon extends IconBase {
...
@@ -11,7 +12,16 @@ export default class HbRainIcon extends IconBase {
protected
start
()
{
protected
start
()
{
super
.
start
();
super
.
start
();
this
.
updateIcon
();
}
private
updateIcon
()
{
NetManager
.
ins
.
hbRainBaseInfo
((
success
,
res
)
=>
{
if
(
!
success
)
{
this
.
visible
=
false
;
return
;
}
})
}
}
/**
/**
...
...
mock/happyclear/hbRainBaseInfo.json
View file @
fbaaf484
...
@@ -15,6 +15,6 @@
...
@@ -15,6 +15,6 @@
}
}
},
},
"desc"
:
"OK"
,
"desc"
:
"OK"
,
"success"
:
tru
e
,
"success"
:
fals
e
,
"timestamp"
:
157292100000
"timestamp"
:
157292100000
}
}
\ 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