修复通知看不清问题
This commit is contained in:
@@ -155,7 +155,7 @@ async function onRefresh() {
|
||||
refreshing.value = true;
|
||||
try {
|
||||
listings.value = await fetchListings();
|
||||
showToast("刷新成功");
|
||||
showToast({ message: "刷新成功", icon: "passed" });
|
||||
} catch {
|
||||
// 静默处理
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user