From e85ba4edbba9ba9e47807143c0713df1ed8b8c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?computer=5C=E5=B0=BC=E5=8D=A1?= <203267346@qq.com> Date: Tue, 29 Jul 2025 10:46:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Script/module/Pay/Utils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/Script/module/Pay/Utils.ts b/assets/Script/module/Pay/Utils.ts index da37204..2985a1c 100644 --- a/assets/Script/module/Pay/Utils.ts +++ b/assets/Script/module/Pay/Utils.ts @@ -842,10 +842,10 @@ export default class Utils { Utils.POST("monthGetReward", setData, res => { // console.log("获得monthGetReward数据:", res); if (res.code === 1) { - console.log("服务器:领取获得monthGetReward成功'✅ ", res); + // console.log("服务器:领取获得monthGetReward成功'✅ ", res); if (callBack) callBack(res); } else { - console.log("服务器:获得monthGetReward失败'❌ ", res); + // console.log("服务器:获得monthGetReward失败'❌ ", res); if (callBack) callBack(res); } });