需求开发
This commit is contained in:
@@ -39,7 +39,7 @@ export const useReadMsg = defineStore('readMsg', () => {
|
||||
|
||||
// 未读消息列表
|
||||
const unreadMsgList = computed(() =>
|
||||
msgList.value.filter(msg => msg.notReadCount > 0)
|
||||
msgList.value.filter(msg => msg.isRead == 0)
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user