Versione 1.0.17

- Fix saldo pendente
- aggiunto bottone markup Telegram
- aggionta opzione per registrarsi direttamente su Telegram, senza doversi registrare ad un sito
This commit is contained in:
Surya Paolo
2023-10-21 15:28:01 +02:00
parent 018cf0bd99
commit cb11903707
73 changed files with 4176 additions and 162 deletions

View File

@@ -276,6 +276,18 @@ export const tools = {
label: 'Notif Reg Push (all\'Admin)',
value: shared_consts.ConfSite.Notif_Reg_Push_Admin,
},
{
label: 'Chiedi sul Bot chi ti ha invitato',
value: shared_consts.ConfSite.AskInvitantesulBot,
},
{
label: 'Chiedi l\'Username sul Bot',
value: shared_consts.ConfSite.AskUsernameSulBot,
},
{
label: 'Permetti di registrarsi in automatico solo entrando sul BOT',
value: shared_consts.ConfSite.registerUserWithBot,
},
],
@@ -5683,9 +5695,14 @@ export const tools = {
const userStore = useUserStore()
const circuitStore = useCircuitStore()
const globalStore = useGlobalStore()
const notifStore = useNotifStore()
// console.log('updateMyData: ', res)
if (res && res.arrrecnotif) {
notifStore.updateArrRecNotifFromServer(res.arrrecnotif)
}
if (res && res.userprofile) {
// console.log('updateMyData', res.userprofile)
userStore.my.profile = res.userprofile