+ Registered Users
+ UsersList Online
This commit is contained in:
@@ -63,7 +63,7 @@ export default defineComponent({
|
||||
const loading = ref(false)
|
||||
const requestToEnterCircuit = ref(false)
|
||||
|
||||
const tabgrp = ref('info')
|
||||
const tabcircuit = ref('info')
|
||||
const tabmembers = ref('all')
|
||||
const showsaldi = ref(false)
|
||||
const tab = ref('membri')
|
||||
@@ -81,12 +81,18 @@ export default defineComponent({
|
||||
loadCircuit()
|
||||
})
|
||||
|
||||
watch(() => tabcircuit.value, (to: any, from: any) => {
|
||||
tools.setCookie(tools.COOK_TAB_CIRCUIT + path.value, tabcircuit.value)
|
||||
})
|
||||
|
||||
function profile() {
|
||||
return userStore.my.profile
|
||||
}
|
||||
|
||||
async function loadCircuit() {
|
||||
|
||||
tabcircuit.value = tools.getCookie(tools.COOK_TAB_CIRCUIT + path.value, 'info')
|
||||
|
||||
loading.value = true
|
||||
// Carica il profilo di quest'utente
|
||||
if (path.value) {
|
||||
@@ -318,7 +324,7 @@ export default defineComponent({
|
||||
extraparams_refused,
|
||||
extraparams_movs,
|
||||
tab,
|
||||
tabgrp,
|
||||
tabcircuit,
|
||||
tabmembers,
|
||||
numUsers,
|
||||
numAdmins,
|
||||
|
||||
Reference in New Issue
Block a user