- tutorial Circuito Ris Italia
- Invia RIS (visibile per tutti)
This commit is contained in:
@@ -108,6 +108,7 @@ export const DefaultUser: IUserFields = {
|
||||
useraccounts: [],
|
||||
calc: { numGoodsAndServices: 0 },
|
||||
resid_province: '',
|
||||
resid_card: '',
|
||||
},
|
||||
cart: {
|
||||
userId: '',
|
||||
@@ -177,6 +178,7 @@ export const DefaultProfile: IUserProfile = {
|
||||
useraccounts: [],
|
||||
calc: { numGoodsAndServices: 0 },
|
||||
resid_province: '',
|
||||
resid_card: '',
|
||||
}
|
||||
|
||||
export const useUserStore = defineStore('UserStore', {
|
||||
@@ -1888,7 +1890,8 @@ export const useUserStore = defineStore('UserStore', {
|
||||
}
|
||||
}
|
||||
|
||||
return yes
|
||||
return true
|
||||
// return yes
|
||||
},
|
||||
|
||||
async setSeen($q: any, t: any, id: any, table: string, myrec: any) {
|
||||
|
||||
Reference in New Issue
Block a user