- L'utente entra direttamente sul circuito, con fido a zero.
++Abilitazione Fido utente (per admin).
This commit is contained in:
@@ -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,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user