FILTRO CITTA Sopra ogni pagina !
This commit is contained in:
@@ -72,7 +72,15 @@ export default defineComponent({
|
||||
}
|
||||
})
|
||||
|
||||
const { getNumNotifUnread, getNumNotif, getUsernameChatByNotif, getImgByNotif, getNotifText, getTypeDirNotif, getTypeIdNotif } = MixinUsers()
|
||||
const { getnumCoinsUnread, Username, getNumNotif, getUsernameChatByNotif, getImgByNotif, getNotifText, getTypeDirNotif, getTypeIdNotif } = MixinUsers()
|
||||
|
||||
watch(() => open.value, (newval: any, oldval: any) => {
|
||||
if (getnumCoinsUnread()) {
|
||||
if (open.value)
|
||||
notifStore.setAllRead(Username(), shared_consts.QualiNotifs.CIRCUITS)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
// function getlasts_coins (state: IUserState) => IMessage[] {
|
||||
//
|
||||
@@ -168,7 +176,7 @@ export default defineComponent({
|
||||
getlasts_coins,
|
||||
num_notifs_unread,
|
||||
clickNotif,
|
||||
getNumNotifUnread,
|
||||
getnumCoinsUnread,
|
||||
getNumNotif,
|
||||
getUsernameChatByNotif,
|
||||
getImgByNotif,
|
||||
|
||||
@@ -73,7 +73,14 @@ export default defineComponent({
|
||||
}
|
||||
})
|
||||
|
||||
const { getNumNotifUnread, getNumNotif, getUsernameChatByNotif, getImgByNotif, getNotifText, getTypeDirNotif, getTypeIdNotif } = MixinUsers()
|
||||
const { getNumNotifUnread, Username, getNumNotif, getUsernameChatByNotif, getImgByNotif, getNotifText, getTypeDirNotif, getTypeIdNotif } = MixinUsers()
|
||||
|
||||
watch(() => open.value, (newval: any, oldval: any) => {
|
||||
if (getNumNotifUnread()) {
|
||||
if (open.value)
|
||||
notifStore.setAllRead(Username(), shared_consts.QualiNotifs.OTHERS)
|
||||
}
|
||||
})
|
||||
|
||||
// function lasts_notifs (state: IUserState) => IMessage[] {
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user