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
607c9cc9
Commit
607c9cc9
authored
Oct 29, 2019
by
wildfirecode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
585e655b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
TurntableNoPrizePanel.ts
egret/src/panels/TurntablePanel/TurntableNoPrizePanel.ts
+1
-0
TurntablePrizePanel.ts
egret/src/panels/TurntablePanel/TurntablePrizePanel.ts
+1
-0
No files found.
egret/src/panels/TurntablePanel/TurntableNoPrizePanel.ts
View file @
607c9cc9
...
...
@@ -40,6 +40,7 @@ export default class TurntableNoPrizePanel extends Panel {
}
onTap_btn1
()
{
//再来一次
(
this
[
'btn1'
]
as
eui
.
Button
).
touchEnabled
=
false
;
//if 有免费次数或积分充足
//else show toast
NetManager
.
ins
.
clickLog
(
getlogItem
(
46
));
...
...
egret/src/panels/TurntablePanel/TurntablePrizePanel.ts
View file @
607c9cc9
...
...
@@ -84,6 +84,7 @@ export default class TurnPrizePanel extends Panel {
}
onTap_btn1
()
{
//再来一次
(
this
[
'btn1'
]
as
eui
.
Button
).
touchEnabled
=
false
;
NetManager
.
ins
.
clickLog
(
getlogItem
(
46
));
//if 有免费次数或积分充足
//else show toast
...
...
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