fix: product service card fallback image
This commit is contained in:
parent
68038c5a09
commit
cb06e3d8c3
1 changed files with 5 additions and 3 deletions
|
|
@ -200,12 +200,14 @@ withDefaults(
|
|||
}"
|
||||
>
|
||||
<q-img
|
||||
ratio="1"
|
||||
:src="
|
||||
data?.type === 'product'
|
||||
? '/shop-image.png'
|
||||
: '/service-image.png'
|
||||
? '/images/product-avatar.png'
|
||||
: '/images/service-avatar.png'
|
||||
"
|
||||
width="5rem"
|
||||
width="10rem"
|
||||
style="bottom: 9%"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue