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

@@ -545,6 +545,9 @@ export const useUserStore = defineStore('UserStore', {
}
return null
},
getGroupByGroupname(groupname: string): any {
return this.my.profile.manage_mygroups.find((rec: IMyGroup) => rec.groupname === groupname)
},
getAccountsListNameValue(): any[] {
let arr = []
const circuitStore = useCircuitStore()