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
b1675f08
Commit
b1675f08
authored
Oct 12, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
cebf7107
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
113 additions
and
73 deletions
+113
-73
default.res.json
egret/resource/default.res.json
+112
-72
TargetItemRenderer.ts
egret/src/panels/TargetItemRenderer.ts
+1
-1
No files found.
egret/resource/default.res.json
View file @
b1675f08
This diff is collapsed.
Click to expand it.
egret/src/panels/TargetItemRenderer.ts
View file @
b1675f08
...
...
@@ -9,7 +9,7 @@ export default class TargetItemRenderer extends eui.ItemRenderer {
dataChanged
(){
this
[
'icon_LOLLIPOP'
].
visible
=
this
.
data
.
type
==
ElementType
.
LOLLIPOP
;
this
[
'icon_ICE'
].
visible
=
this
.
data
.
type
==
ElementType
.
ICE
;
this
[
'icon_xxx'
].
visible
=
this
.
data
.
type
==
ElementType
.
xxx
;
//
this['icon_xxx'].visible=this.data.type == ElementType.xxx;
this
[
'txt'
].
text
=
`X
${
this
.
data
.
count
}
`
;
}
}
\ 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