- Nuovi Passi da completare: Leggere le Linee Guida e accettare le condizioni
- Aggiunti i Video e confermare di averli visti - In "La tua Lavagna" sono stati aggiunti come requisiti: (Accetto le Linee Guida e Vedo il Video di AYNI) - Aggiunto bottone "Invita Persone": apre la pagina dove c'è il messaggio da inviare alle persone. - La nuova pagina di registrazione https://test.gifteconomy.app/signup/paoloar77, comprende ora il testo delle Linee Guida + i Video, ed in fondo i campi per registrarsi.
This commit is contained in:
@@ -37,9 +37,17 @@ export default class MixinBase extends MixinMetaTags {
|
||||
}
|
||||
|
||||
public getValDb(keystr, serv, def?, table?, subkey?) {
|
||||
|
||||
return tools.getValDb(keystr, serv, def, table, subkey)
|
||||
}
|
||||
|
||||
public getValDbLang(keystr, serv, def?, table?, subkey?) {
|
||||
let ris = tools.getValDb(keystr + '_' + tools.getLocale(), serv, def, table, subkey)
|
||||
if (ris === def)
|
||||
ris = tools.getValDb(keystr + '_it', serv, def, table, subkey)
|
||||
return ris
|
||||
}
|
||||
|
||||
public async setValDb(key, value, type, serv: boolean, table?, subkey?) {
|
||||
|
||||
// console.log('setValDb', key, value, serv, table, subkey)
|
||||
|
||||
Reference in New Issue
Block a user