This commit is contained in:
YZ\249929363 2025-07-30 10:53:38 +08:00
commit 031c6c54f9

View File

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