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
6ea681fb
Commit
6ea681fb
authored
Nov 08, 2019
by
wjf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
l
parent
a7b04ec8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
MainScene.ts
egret/src/mainScene/MainScene.ts
+1
-1
RedBombAlertPanel.ts
egret/src/panels/RedBombAlertPanel.ts
+3
-2
award.json
mock/happyclear/award.json
+1
-1
No files found.
egret/src/mainScene/MainScene.ts
View file @
6ea681fb
...
...
@@ -703,7 +703,7 @@ export default class MainScene extends Scene {
//添加节日元素,条件可能会变
if
(
fesChapterData
.
indexOf
(
this
.
chapter
>>
0
)
>
-
1
&&
getRedBombTimes
()
&&
//
Math.random() > 0.5 &&
Math
.
random
()
>
0.5
&&
this
.
lattices
[
festivalIndex
]
&&
//格子必须有
(
Tool
.
judgeSetFesEle
(
this
.
lattices
[
festivalIndex
])
||
!
this
.
lattices
[
festivalIndex
].
element
)
//没有元素也行
)
{
...
...
egret/src/panels/RedBombAlertPanel.ts
View file @
6ea681fb
...
...
@@ -21,8 +21,9 @@ export default class RedBombAlertPanel extends Panel {
mv
.
once
(
egret
.
Event
.
COMPLETE
,
()
=>
{
mv
.
stop
();
this
.
removeChild
(
mv
);
//条件再修改,根据后端数据
const
data
=
DataManager
.
ins
.
getData
(
'hc_redBombAward'
).
data
;
if
(
data
){
if
(
data
&&
data
.
option
){
this
.
playPrizeAni
();
}
else
{
this
.
playNoPrizeAni
();
...
...
@@ -53,7 +54,7 @@ export default class RedBombAlertPanel extends Panel {
this
.
once
(
egret
.
TouchEvent
.
TOUCH_TAP
,()
=>
{
this
.
hidePanel
()},
this
);
},
this
);
setTimeout
(()
=>
{
mv
.
setImage
(
"img_2349"
,
"//yun.dui88.com/images/201910/e6pmpk2pne.png"
)
mv
.
setImage
(
"img_2349"
,
DataManager
.
ins
.
getData
(
'hc_redBombAward'
).
data
.
option
.
img
)
},
100
)
});
...
...
mock/happyclear/award.json
View file @
6ea681fb
...
...
@@ -5,7 +5,7 @@
"appItemId"
:
2322
,
"categoryType"
:
1
,
"coinType"
:
1
,
"img"
:
"
1
"
,
"img"
:
"
//yun.dui88.com/images/201910/e6pmpk2pne.png
"
,
"maxValue"
:
2
,
"minValue"
:
1
,
"name"
:
"测试商品"
,
...
...
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