修复某些情况取消星标不同步
This commit is contained in:
@@ -267,16 +267,18 @@ watch(() => emailStore.deleteIds, () => {
|
||||
}
|
||||
})
|
||||
|
||||
watch(() => emailStore.cancelStarEmailId, () => {
|
||||
emailList.forEach(email => {
|
||||
if (email.emailId === emailStore.cancelStarEmailId) {
|
||||
email.isStar = 0
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
const accountShow = computed(() => {
|
||||
return uiStore.accountShow && settingStore.settings.manyEmail === 0
|
||||
})
|
||||
|
||||
|
||||
function formateReceive(recipient) {
|
||||
recipient = JSON.parse(recipient)
|
||||
return recipient.map(item => item.address).join(', ')
|
||||
}
|
||||
|
||||
function handleScroll(e) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user