Commit 35413725 authored by huangwenjie's avatar huangwenjie

修改toast时间间隔 移除连点时toast提示

parent e5172bea
......@@ -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;
......
This diff is collapsed.
......@@ -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 = 2500) {
constructor(data?, hasMash: boolean = false, time: number = 1500) {
super(data, hasMash);
this._time = time;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment