fixed carrello che scompariva...

This commit is contained in:
Surya Paolo
2024-02-10 16:42:12 +01:00
parent 9dc63466e8
commit b2d6b25539
7 changed files with 19 additions and 13 deletions

View File

@@ -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) => {