Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
db-game-template
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
崔立强
db-game-template
Commits
35413725
Commit
35413725
authored
Jul 12, 2019
by
huangwenjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改toast时间间隔 移除连点时toast提示
parent
e5172bea
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
101 additions
and
101 deletions
+101
-101
ExMainScene.ts
egret/src/mainScene/ExMainScene.ts
+1
-1
MainScene.ts
egret/src/mainScene/MainScene.ts
+99
-99
MsgPanel.ts
egret/src/msgPanel/MsgPanel.ts
+1
-1
No files found.
egret/src/mainScene/ExMainScene.ts
View file @
35413725
...
...
@@ -393,7 +393,7 @@ export class ExMainScene extends MainScene {
return
;
}
if
(
this
.
isActPlay
)
{
PanelCtrl
.
instance
.
show
(
ModuleTypes
.
MSG_PANEL
,
[
"啊哦...您操作太频繁了"
,
"请休息一下~"
],
false
);
//
PanelCtrl.instance.show(ModuleTypes.MSG_PANEL, ["啊哦...您操作太频繁了", "请休息一下~"], false);
return
;
}
this
.
isActPlay
=
true
;
...
...
egret/src/mainScene/MainScene.ts
View file @
35413725
This diff is collapsed.
Click to expand it.
egret/src/msgPanel/MsgPanel.ts
View file @
35413725
...
...
@@ -9,7 +9,7 @@ export default class MsgPanel extends Panel {
public
get
skinKey
()
{
return
'Msg'
}
// public get groupName() { return 'earnGold_panel'}
constructor
(
data
?,
hasMash
:
boolean
=
false
,
time
:
number
=
2
500
)
{
constructor
(
data
?,
hasMash
:
boolean
=
false
,
time
:
number
=
1
500
)
{
super
(
data
,
hasMash
);
this
.
_time
=
time
;
}
...
...
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