Aggiornamento APP RISO:
✅ Inviando i RIS, deve comparire prima il Circuito della Provincia, e poi quello Nazionale ✅ Risolto problema per vecchie registrazioni, la provincia compariva "undefined".
This commit is contained in:
@@ -424,6 +424,15 @@ export default defineComponent({
|
||||
$router.push(path)
|
||||
}
|
||||
|
||||
function hasImage(): boolean {
|
||||
if (!myproduct.value || !myproduct.value.productInfo) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const { img, image_link } = myproduct.value.productInfo;
|
||||
return ((!!img && img !== '') || (!!image_link && image_link !== ''))
|
||||
}
|
||||
|
||||
onMounted(mounted)
|
||||
onBeforeUnmount(beforeDestroy)
|
||||
|
||||
@@ -474,6 +483,7 @@ export default defineComponent({
|
||||
isOrdineChiuso,
|
||||
ricarica,
|
||||
apriSchedaPDF,
|
||||
hasImage,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user