This commit is contained in:
Putoo
2026-04-28 11:55:57 +08:00
parent e074c980c3
commit 4facfd980c
2 changed files with 4 additions and 3 deletions

View File

@@ -33,7 +33,8 @@ export class MessageExtend {
showSuccessToast(text)
} else if (type == 'fail') {
showFailToast(text)
} else {
} else {
console.log(text);
showToast(text)
}
}