- catalogo macro, importazione dati

This commit is contained in:
Surya Paolo
2024-04-29 14:58:54 +02:00
parent 6bc733830e
commit a7604a63ad
104 changed files with 3592869 additions and 1422 deletions

View File

@@ -28,7 +28,7 @@
<q-card-section horizontal class="image-section">
<div class="image-container">
<q-img
:src="`` + myproduct.productInfo.img"
:src="myproduct.productInfo.img ? `` + myproduct.productInfo.img : myproduct.productInfo.image_link"
:alt="myproduct.productInfo.name"
class="cursor-pointer img-pic"
@click="
@@ -995,7 +995,7 @@
@click="toggleFullScreen"
>
<q-img
:src="`` + myproduct.productInfo.img"
:src="myproduct.productInfo.img ? `` + myproduct.productInfo.img : myproduct.productInfo.image_link"
:alt="myproduct.productInfo.name"
:fit="tools.isMobile() ? 'fill' : 'none'"
@touchstart="onTouchStart"