|
|
@@ -360,7 +360,7 @@ async function tryOneExchange(activityId){
|
|
|
return;
|
|
|
}
|
|
|
if(cResult.code == 200){
|
|
|
- magicJS.notification.appendNotifyInfo(`🎉兑换<${activityData.eventsName}>兑换成功[${i}],兑换品:${result.data?.worksName}#${result.data?.worksNo}!`);
|
|
|
+ magicJS.notification.appendNotifyInfo(`🎉兑换<${activityData.eventsName}>兑换成功[${i}],兑换品:${cResult.data?.worksName}#${cResult.data?.worksNo}!`);
|
|
|
// 刷新兑换数据
|
|
|
let tmpResult = await getCompositeList(activityId);
|
|
|
if(tmpResult.code == 200){
|
|
|
@@ -368,7 +368,7 @@ async function tryOneExchange(activityId){
|
|
|
saveActivitDataCache(3, activityData, false);
|
|
|
}
|
|
|
} else {
|
|
|
- magicJS.notification.appendNotifyInfo(`🎉兑换<${activityData.eventsName}>${result.message}[${i}]`);
|
|
|
+ magicJS.notification.appendNotifyInfo(`🎉兑换<${activityData.eventsName}>${cResult.message}[${i}]`);
|
|
|
}
|
|
|
}
|
|
|
return cResult;
|