Compare commits

..

No commits in common. "acb021d78dcfa3d347a01509e4b5c5ce28ba85e6" and "86240372669554f75efe917ca32784372e581366" have entirely different histories.

View File

@ -374,7 +374,7 @@ async function loadSheepInfo() {
const { data: sheepData } = await checkSheepByManageTags(tag.trim()); const { data: sheepData } = await checkSheepByManageTags(tag.trim());
if (!sheepData) { if (!sheepData) {
validResults.push(false); validResults.push(false);
proxy.$modal.msgError(`耳号 ${tag} 不存在或已删除`); proxy.$modal.msgError(`耳号 ${tag} 不存在`);
continue; continue;
} }