fixed carrello che scompariva...
This commit is contained in:
@@ -427,6 +427,7 @@ export const useProducts = defineStore('Products', {
|
||||
else
|
||||
this.userActive = userStore.my
|
||||
|
||||
console.log('userActive', this.userActive)
|
||||
|
||||
ris = await Api.SendReq('/products', 'POST', { userId: this.userActive._id })
|
||||
.then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user