fix: minimize shared sent box changes

This commit is contained in:
dreamhunter2333
2026-08-23 19:54:15 +08:00
parent ce0f5ef411
commit 167b1fccca
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ const refresh = async () => {
}
return item;
});
if (page.value === 1) {
if (totalCount > 0) {
count.value = totalCount;
}
if (!isMobile.value && !curMail.value && data.value.length > 0) {