|
@@ -255,6 +255,9 @@ async function trySynthesize() {
|
|
|
}
|
|
}
|
|
|
tipsText += `${errMsg}\n`;
|
|
tipsText += `${errMsg}\n`;
|
|
|
}
|
|
}
|
|
|
|
|
+ if (nExcuteCount == 0) {
|
|
|
|
|
+ tipsText += `缺少可执行的材料组合,请检查活动配置`;
|
|
|
|
|
+ }
|
|
|
magicJS.notification.appendNotifyInfo(tipsText);
|
|
magicJS.notification.appendNotifyInfo(tipsText);
|
|
|
}
|
|
}
|
|
|
|
|
|