- catalogo macro, importazione dati
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user