Merge branch 'main' of https://git.sparkus.cn/yangzhao/cb
This commit is contained in:
commit
031c6c54f9
|
@ -842,10 +842,10 @@ export default class Utils {
|
||||||
Utils.POST("monthGetReward", setData, res => {
|
Utils.POST("monthGetReward", setData, res => {
|
||||||
// console.log("获得monthGetReward数据:", res);
|
// console.log("获得monthGetReward数据:", res);
|
||||||
if (res.code === 1) {
|
if (res.code === 1) {
|
||||||
console.log("服务器:领取获得monthGetReward成功'✅ ", res);
|
// console.log("服务器:领取获得monthGetReward成功'✅ ", res);
|
||||||
if (callBack) callBack(res);
|
if (callBack) callBack(res);
|
||||||
} else {
|
} else {
|
||||||
console.log("服务器:获得monthGetReward失败'❌ ", res);
|
// console.log("服务器:获得monthGetReward失败'❌ ", res);
|
||||||
if (callBack) callBack(res);
|
if (callBack) callBack(res);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user