@@ -59,6 +59,7 @@
title: list.title,
content: list.content,
onOk: async () => {
+ await fetchNotice();
await readAllApi();
},
});
@@ -68,6 +69,7 @@
content: `<img style="margin:0 auto" src="${list.content}"/>`,