fix: non riuscivi ad acquistare i RIS al gruppo

- lista linkREG
This commit is contained in:
Surya Paolo
2025-03-23 22:53:53 +01:00
parent 4c82015f27
commit 2ba26f67cd
103 changed files with 3000 additions and 1164 deletions

View File

@@ -3,11 +3,7 @@
<q-item class="q-my-sm" clickable>
<q-item-section
avatar
@click="
actionType === costanti.ACTIONTYPE.SEND_RIS
? naviga(`/my/` + contact.username + '?sr=0')
: naviga(`/my/` + contact.username)
"
@click="clickToUser(contact.username)"
>
<q-avatar size="60px">
<q-img
@@ -20,11 +16,7 @@
</q-item-section>
<q-item-section
@click="
actionType === costanti.ACTIONTYPE.SEND_RIS
? naviga(`/my/` + contact.username + '?sr=0')
: naviga(`/my/` + contact.username)
"
@click="clickToUser(contact.username)"
>
<q-item-label v-if="labelextra && labelextra !== contact.username"
><strong>{{ labelextra }}</strong></q-item-label