fix Saldo when press refuse coins.

fix Risolvere problema del ritardo quando si fa il primo login...
This commit is contained in:
Paolo Arena
2022-09-16 17:39:28 +02:00
parent a194acfc69
commit 78a79e1ad5
53 changed files with 3779 additions and 3498 deletions

View File

@@ -904,6 +904,11 @@ export const shared_consts = {
STATUS_GROUPS_REMOVED: 7,
},
QualiNotifs: {
CIRCUITS: 1,
OTHERS: 2,
},
TypeNotifs: {
TYPEDIR_BACHECA: 1,
ID_BACHECA_NEW_GOOD: 1,
@@ -954,8 +959,24 @@ export const shared_consts = {
TYPEDIR_MSGS: 7,
ID_MSGS_NEW_REC: 1,
TYPEDIR_TEST: 444,
ID_TEST_NEW_REC: 1,
},
TypeNotifs_Test: [
{
value: 1, //
labeltrans: 'typenotifs.test',
descr: 'typenotifs.new_rec_bacheca_descr',
icon:'fas fa-house-user',
list: [
{
value: 1, // ID_TEST_NEW_REC
labeltrans: 'notifsid.test_new',
},
],
},
],
TypeNotifs_Arr: [
{