fix: address mail state review comments

This commit is contained in:
dreamhunter2333
2026-08-26 00:12:43 +08:00
parent 04138ebcdb
commit c6196b58de
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ const openMail = async (mail) => {
const markCurrentPageRead = async () => {
if (!await markMailsRead(rawData.value)) return
message.success(t("success"))
if (mailStateFilter.value === getReadStateValue(true)) await refresh()
if (mailStateFilter.value === getReadStateValue(true)) await backFirstPageAndRefresh()
}
const canGoPrevMail = computed(() => {