- L'utente entra direttamente sul circuito, con fido a zero.

++Abilitazione Fido utente (per admin).
This commit is contained in:
Surya Paolo
2023-06-01 11:40:04 +02:00
parent 16e3dcc9d0
commit 616a6c4218
2 changed files with 24 additions and 10 deletions

View File

@@ -59,6 +59,16 @@ export default defineComponent({
}
}
function clickOpenSendCoin() {
if (!userStore.my.profile.resid_province) {
// showProvinceToSelect.value = true
} else {
showsendCoinTo.value = true
}
}
return {
tools,
userStore,
@@ -68,6 +78,7 @@ export default defineComponent({
getLinkWebSite,
myusername,
showingtooltip,
clickOpenSendCoin,
}
},
})