fix Saldo when press refuse coins.
fix Risolvere problema del ritardo quando si fa il primo login...
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user