|
@@ -61,10 +61,10 @@ export class PlayGameItem extends BaseUI {
|
|
|
|
|
|
protected simpleOnBtnClick(name: string): void {
|
|
|
if (name === "btn_play") {
|
|
|
- if (DebugM.ins.isDebugPeople()) {
|
|
|
- CritLayer.show(this.data.gameId, "123", this.data.remainPog);
|
|
|
- return;
|
|
|
- }
|
|
|
+ // if (DebugM.ins.isDebugPeople()) {
|
|
|
+ // CritLayer.show(this.data.gameId, "123", this.data.remainPog);
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
|
|
|
if (this.data.gameId != 2) {
|
|
|
Tips.show("Coming soon");
|