Circuito Italia, dettagli...

This commit is contained in:
Surya Paolo
2023-11-27 11:13:01 +01:00
parent 114af5b3fd
commit a831f37069
9 changed files with 53 additions and 34 deletions

View File

@@ -11,6 +11,7 @@ import { CMyUserOnlyView } from '@/components/CMyUserOnlyView'
import { CMyGroupOnlyView } from '@/components/CMyGroupOnlyView'
import { CCheckCircuitsEnabled } from '@/components/CCheckCircuitsEnabled'
import { costanti } from '@costanti'
import { useRouter } from 'vue-router'
export default defineComponent({
name: 'CSendCoins',
@@ -63,6 +64,7 @@ export default defineComponent({
const showpage = ref(false)
const userStore = useUserStore()
const circuitStore = useCircuitStore()
const $router = useRouter()
const from_username = ref(userStore.my.username)
const from_groupname = ref('')
@@ -346,7 +348,7 @@ export default defineComponent({
if (myrecsendcoin) {
tools.sendCoinsByCircuit($q, circuitloaded.value, myrecsendcoin)
tools.sendCoinsByCircuit($q, $router, circuitloaded.value, myrecsendcoin)
.then((ris: any) => {
if (ris) {
showpage.value = false