From e7a430890bd5c1b4eab93b2da043a618789596b1 Mon Sep 17 00:00:00 2001 From: "COMPUTER\\EDY" <249929363@qq.com> Date: Tue, 28 Apr 2026 15:34:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BF=AE=E5=A4=8DBUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Script/Map.ts | 10 ++++++++-- assets/Script/module/Config/GameConfig.ts | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) 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