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
fc6c3052
Commit
fc6c3052
authored
Jan 20, 2020
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e2b3f4bf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
22 deletions
+6
-22
RedBombAlertSkin.exml
egret/resource/skins/RedBombAlertSkin.exml
+1
-1
RedBombAlertPanel.ts
egret/src/panels/RedBombAlertPanel.ts
+1
-1
award.json
mock/happyclear/award.json
+4
-20
No files found.
egret/resource/skins/RedBombAlertSkin.exml
View file @
fc6c3052
...
...
@@ -6,7 +6,7 @@
</e:Group>
<e:Group
id=
"btn"
y=
"985"
horizontalCenter=
"0"
visible=
"false"
>
<e:Image
source=
"redAlert_btn_png"
y=
"0"
x=
"0"
/>
<e:Label
id=
"btnLabel"
text=
"愉快收下"
y=
"30"
size=
"38"
stroke=
"2"
strokeColor=
"0x2f7df9"
fontFamily=
"FZY3JW"
x=
"103"
/>
<e:Label
id=
"btnLabel"
text=
"愉快收下"
y=
"30"
size=
"38"
stroke=
"2"
strokeColor=
"0x2f7df9"
fontFamily=
"FZY3JW"
x=
"103"
bold=
"true"
/>
</e:Group>
<e:Group
id=
"numsgroup"
x=
"410"
y=
"350"
scaleX=
"1.5"
scaleY=
"1.5"
visible=
"false"
>
<e:Image
id=
"numsbg"
source=
"signprize_numsbg_png"
x=
"0"
y=
"0"
scaleX=
"1"
scaleY=
"1"
/>
...
...
egret/src/panels/RedBombAlertPanel.ts
View file @
fc6c3052
...
...
@@ -47,7 +47,7 @@ export default class RedBombAlertPanel extends Panel {
playNoPrizeAni
()
{
loadSvga
(
getResPath
()
+
'resource/assets/svgas/redbomb_noprize.svga'
).
then
(
async
(
mv
:
any
)
=>
{
mv
.
y
=
this
.
alertHeight
;
mv
.
y
=
this
.
alertHeight
+
100
;
//去掉文案
egret
.
Tween
.
get
(
this
[
'group'
]).
to
({
alpha
:
0
},
300
);
this
.
addChild
(
mv
);
...
...
mock/happyclear/award.json
View file @
fc6c3052
...
...
@@ -2,26 +2,10 @@
"success"
:
true
,
"code"
:
"0000000000"
,
"desc"
:
"OK"
,
"timestamp"
:
15795
09888807
,
"timestamp"
:
15795
12019430
,
"data"
:
{
"option"
:
{
"id"
:
"224"
,
"day"
:
null
,
"categoryType"
:
3
,
"title"
:
"炸弹"
,
"rate"
:
"50"
,
"minValue"
:
null
,
"maxValue"
:
null
,
"coinType"
:
null
,
"realValue"
:
null
,
"propType"
:
3
,
"num"
:
null
,
"img"
:
""
,
"appItemId"
:
null
,
"name"
:
""
,
"value"
:
""
},
"orderNum"
:
"1212918496974990940"
,
"remainAwardTimes"
:
1
"option"
:
null
,
"orderNum"
:
null
,
"remainAwardTimes"
:
0
}
}
\ 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