la creazione dell'annuncio impiega troppo tempo (e le persone cliccavano su "Salva" più volte)...

This commit is contained in:
Surya Paolo
2023-06-18 22:29:27 +02:00
parent ef4751dfb2
commit 41ac42b190
9 changed files with 27 additions and 26 deletions

View File

@@ -181,12 +181,12 @@
><q-icon dense color="blue" name="far fa-check-circle" />
</span>
</span>
<span class="q-mx-xxs">{{ myrec.myseen.length }}</span>
<span class="q-mx-xxs">{{ myrec.myseen ? myrec.myseen.length : 0 }}</span>
<span class="q-mx-xxs"
><q-icon dense color="blue" name="far fa-eye" />
</span>
<span class="q-mx-xxs">&nbsp;</span>
<span class="">{{ myrec.myfav.length }}</span>
<span class="">{{ myrec.myfav ? myrec.myfav.length : 0 }}</span>
<span class="q-mx-xxs"
><q-icon
dense
@@ -198,8 +198,8 @@
"
/>
</span>
<span class="q-mx-xxs">&nbsp;</span
><span class="">{{ myrec.mybook.length }}</span>
<!--<span class="q-mx-xxs">&nbsp;</span>
<span class="">{{ myrec.mybook.length }}</span>
<span class="q-mx-xxs"
><q-icon
dense
@@ -211,6 +211,7 @@
"
/>
</span>
-->
)
</div>
</div>