- Iscrizione Conacreis

- Ordini
- Carrello
This commit is contained in:
Paolo Arena
2021-04-30 01:31:44 +02:00
parent 8ae63c3357
commit 1e8f58b930
11 changed files with 171 additions and 54 deletions

View File

@@ -182,6 +182,10 @@ export default class Home extends MixinBase {
return UserStore.state.my.profile.socioresidente
}
get isConsiglio() {
return UserStore.state.my.profile.consiglio
}
get static_data() {
return static_data
}