Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tech
block_hero
Commits
08326e13
Commit
08326e13
authored
6 years ago
by
姚登友
Browse files
Options
Download
Email Patches
Plain Diff
BLOC-1299
英雄突破碎片数值展示bug
parent
ac1d5f41
master
change_ui
master_20190505
master_20200220
miniGame
miniGame_release
old_master_20190419
release
simple
temp
tmp
wxTest
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/game/app_b/widget/menu/images/topAnim.png
+0
-0
src/game/app_b/widget/menu/images/topAnim.png
src/game/app_c/hero/client/heroDetail.gui.ts
+3
-3
src/game/app_c/hero/client/heroDetail.gui.ts
with
3 additions
and
3 deletions
+3
-3
src/game/app_b/widget/menu/images/topAnim.png
0 → 100644
+
0
-
0
View file @
08326e13
121 KB
This diff is collapsed.
Click to expand it.
src/game/app_c/hero/client/heroDetail.gui.ts
+
3
-
3
View file @
08326e13
...
...
@@ -177,10 +177,10 @@ const getBreakDownPage = (it: any) => {
});
children
.
push
(
<
any
>
{
type
:
'
StackPanel
'
,
style
:{
width
:
1
00
,
height
:
40
,
fontSize
:
18
,
isVertical
:
false
,
left
:
280
,
top
:
728
},
type
:
'
StackPanel
'
,
style
:{
width
:
2
00
,
height
:
40
,
fontSize
:
18
,
isVertical
:
false
,
left
:
280
,
top
:
728
},
children
:
[
{
type
:
'
TextBlock
'
,
style
:
{
width
:
20
,
text
:
it
.
breakDownInfo
?
it
.
breakDownInfo
.
have
:
0
,
color
:
it
.
breakDownInfo
?
it
.
breakDownInfo
.
have
>=
it
.
breakDownInfo
.
cost
?
'
green
'
:
'
#E34733
'
:
'
#fff
'
}
},
{
type
:
'
TextBlock
'
,
style
:
{
width
:
50
,
text
:
`/
${
it
.
breakDownInfo
?
it
.
breakDownInfo
.
cost
:
0
}
`
,
color
:
'
#D0F5FC
'
}
}
{
type
:
'
TextBlock
'
,
style
:
{
width
:
50
,
txtRight
:
true
,
text
:
it
.
breakDownInfo
?
it
.
breakDownInfo
.
have
:
0
,
color
:
it
.
breakDownInfo
?
it
.
breakDownInfo
.
have
>=
it
.
breakDownInfo
.
cost
?
'
green
'
:
'
#E34733
'
:
'
#fff
'
}
},
{
type
:
'
TextBlock
'
,
style
:
{
width
:
50
,
txtLeft
:
true
,
text
:
`/
${
it
.
breakDownInfo
?
it
.
breakDownInfo
.
cost
:
0
}
`
,
color
:
'
#D0F5FC
'
}
}
]
});
children
.
push
(
<
any
>
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help