diff --git a/assets/Script/Map.ts b/assets/Script/Map.ts index bb4d3b4..a62bb28 100644 --- a/assets/Script/Map.ts +++ b/assets/Script/Map.ts @@ -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.hammerLabel.string = cc.fx.GameConfig.GM_INFO.hammerAmount.toString(); } - else MiniGameSdk.API.showToast("道具使用中,请稍后再试"); + else { + hammerBtn.getComponent("btnControl").setTouch(true); + MiniGameSdk.API.showToast("道具使用中,请稍后再试"); + } } diff --git a/assets/Script/module/Config/GameConfig.ts b/assets/Script/module/Config/GameConfig.ts index 22cbfb2..fb80b9c 100644 --- a/assets/Script/module/Config/GameConfig.ts +++ b/assets/Script/module/Config/GameConfig.ts @@ -299,7 +299,7 @@ export class GameConfig { vibrateOpen: true, //震动 coinnum: 0, //每局的金币数 paid_user: false, //是否是付费用户 - version: "1.9.62", //版本号 + version: "1.9.63", //版本号 shushu_DistinctId: "", //数数访客ID shushu_AccountId: "", //数数账号ID uid: "", //用户和后端唯一id