更新修复BUG

This commit is contained in:
COMPUTER\EDY 2026-04-28 15:34:56 +08:00
parent 7200d941a0
commit e7a430890b
2 changed files with 9 additions and 3 deletions

View File

@ -4594,7 +4594,10 @@ export default class MapConroler extends cc.Component {
} }
} }
else MiniGameSdk.API.showToast("道具使用中,请稍后再试"); else {
freezeBtn.getComponent("btnControl").setTouch(true);
MiniGameSdk.API.showToast("道具使用中,请稍后再试");
}
} }
} }
@ -4789,7 +4792,10 @@ export default class MapConroler extends cc.Component {
this.pause = true; this.pause = true;
// this.hammerLabel.string = cc.fx.GameConfig.GM_INFO.hammerAmount.toString(); // this.hammerLabel.string = cc.fx.GameConfig.GM_INFO.hammerAmount.toString();
} }
else MiniGameSdk.API.showToast("道具使用中,请稍后再试"); else {
hammerBtn.getComponent("btnControl").setTouch(true);
MiniGameSdk.API.showToast("道具使用中,请稍后再试");
}
} }

View File

@ -299,7 +299,7 @@ export class GameConfig {
vibrateOpen: true, //震动 vibrateOpen: true, //震动
coinnum: 0, //每局的金币数 coinnum: 0, //每局的金币数
paid_user: false, //是否是付费用户 paid_user: false, //是否是付费用户
version: "1.9.62", //版本号 version: "1.9.63", //版本号
shushu_DistinctId: "", //数数访客ID shushu_DistinctId: "", //数数访客ID
shushu_AccountId: "", //数数账号ID shushu_AccountId: "", //数数账号ID
uid: "", //用户和后端唯一id uid: "", //用户和后端唯一id