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); } });