|
|
@@ -304,7 +304,7 @@ async function tryOneComposite(activityId){
|
|
|
}
|
|
|
if(result.code == 200){
|
|
|
break;
|
|
|
- } else if(result.code == 415){
|
|
|
+ } else if(result.code == 415){//活动已结束
|
|
|
magicJS.notification.appendNotifyInfo(`🎉合成<${activityData?.eventsName}#${activityId}>已结束!`);
|
|
|
break;
|
|
|
}
|
|
|
@@ -363,6 +363,9 @@ async function tryOneComposite(activityId){
|
|
|
break;
|
|
|
} else {
|
|
|
magicJS.notification.appendNotifyInfo(`🎉合成<${activityData.eventsName}>${result.message}[${i}]`);
|
|
|
+ if(result.code == 415){//活动已结束
|
|
|
+ break;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
if(!result){
|