- Tag HTML sugli annunci non vengono visualizzati correttamente... <div>...</div>
This commit is contained in:
@@ -28,12 +28,12 @@ export default defineComponent({
|
||||
|
||||
const visustat = computed(() => {
|
||||
// @ts-ignore
|
||||
return costanti.MAINCARDS.filter((rec: IMainCard) => rec.visuonstat)
|
||||
return costanti.MAINCARDS.filter((rec: IMainCard) => rec.visuonstat && !rec.forgroup)
|
||||
})
|
||||
|
||||
const visulinks = computed(() => {
|
||||
// @ts-ignore
|
||||
return costanti.MAINCARDS.filter((rec: IMainCard) => rec.link)
|
||||
return costanti.MAINCARDS.filter((rec: IMainCard) => rec.link && !rec.forgroup)
|
||||
})
|
||||
|
||||
return {
|
||||
|
||||
@@ -1630,7 +1630,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function mounted() {
|
||||
console.log('mounted...')
|
||||
// console.log('mounted...')
|
||||
try {
|
||||
searchList.value = props.prop_searchList
|
||||
|
||||
|
||||
@@ -156,7 +156,7 @@ export default defineComponent({
|
||||
const largeHeight = ref('100vh')
|
||||
|
||||
const cardStyle = computed(() => ({
|
||||
height: isSmall.value ? smallHeight.value : largeHeight.value,
|
||||
// height: isSmall.value ? smallHeight.value : largeHeight.value,
|
||||
transition: 'height 0.3s ease-in-out'
|
||||
}))
|
||||
|
||||
@@ -165,13 +165,13 @@ export default defineComponent({
|
||||
let queryreact = {}
|
||||
|
||||
if (usersList.value.tipofavbook === costanti.TIPOFAVBOOK.SEEN) {
|
||||
queryreact = {seen: true}
|
||||
queryreact = { seen: true }
|
||||
} else if (usersList.value.tipofavbook === costanti.TIPOFAVBOOK.FAVORITE) {
|
||||
queryreact = {fav: true}
|
||||
queryreact = { fav: true }
|
||||
} else if (usersList.value.tipofavbook === costanti.TIPOFAVBOOK.BOOKMARK) {
|
||||
queryreact = {book: true}
|
||||
queryreact = { book: true }
|
||||
} else if (usersList.value.tipofavbook === costanti.TIPOFAVBOOK.ATTEND) {
|
||||
queryreact = {attend: true}
|
||||
queryreact = { attend: true }
|
||||
}
|
||||
|
||||
return [{
|
||||
@@ -195,7 +195,7 @@ export default defineComponent({
|
||||
myrec.value = ris
|
||||
notifStore.setAsRead(idnotif.value)
|
||||
}).catch((err) => {
|
||||
|
||||
|
||||
})
|
||||
|
||||
} else {
|
||||
@@ -221,7 +221,7 @@ export default defineComponent({
|
||||
async function mounted() {
|
||||
load()
|
||||
await nextTick()
|
||||
|
||||
|
||||
}
|
||||
|
||||
function updateCard() {
|
||||
@@ -644,7 +644,7 @@ export default defineComponent({
|
||||
function toggleShowScheda() {
|
||||
// updateCard()
|
||||
isSmall.value = !isSmall.value
|
||||
|
||||
|
||||
}
|
||||
|
||||
function showInMap(rec: any) {
|
||||
|
||||
@@ -655,8 +655,9 @@
|
||||
<q-item
|
||||
clickable
|
||||
v-if="
|
||||
myrec.coordinate_gps.address ||
|
||||
myrec.coordinate_gps.coordinates
|
||||
myrec.coordinate_gps &&
|
||||
(myrec.coordinate_gps.address ||
|
||||
myrec.coordinate_gps.coordinates)
|
||||
"
|
||||
>
|
||||
<q-item-section avatar>
|
||||
|
||||
@@ -273,7 +273,7 @@ export default defineComponent({
|
||||
})
|
||||
*/
|
||||
function crea() {
|
||||
console.log('crea', isFieldDb(), 'props.mycol', props.mycol)
|
||||
// console.log('crea', isFieldDb(), 'props.mycol', props.mycol)
|
||||
|
||||
if (props.mycol && props.mycol.name && props.mycol.name !== 'test') {
|
||||
col.value = { ...props.mycol }
|
||||
@@ -318,7 +318,7 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
console.log('popupedit myvalue.value: ', myvalue.value)
|
||||
// console.log('popupedit myvalue.value: ', myvalue.value)
|
||||
|
||||
if (props.tablesel) {
|
||||
// let obj = tools.getParamsByTable(props.table)
|
||||
@@ -469,7 +469,7 @@ export default defineComponent({
|
||||
|
||||
try {
|
||||
|
||||
console.log('mounted', 'isFieldDb()', myrow.value)
|
||||
// console.log('mounted', 'isFieldDb()', myrow.value)
|
||||
if (isFieldDb() && !props.isrec) {
|
||||
// console.log(' . none...')
|
||||
} else {
|
||||
@@ -488,7 +488,7 @@ export default defineComponent({
|
||||
myvalue.value = myrow.value
|
||||
}
|
||||
}
|
||||
console.log('props.field', props.field, 'props.subfield', props.subfield, 'myvalue: ', myvalue)
|
||||
// console.log('props.field', props.field, 'props.subfield', props.subfield, 'myvalue: ', myvalue)
|
||||
}
|
||||
} catch (e) {
|
||||
|
||||
|
||||
@@ -75,6 +75,7 @@ export default defineComponent({
|
||||
const contact = ref(<IUserFields | null>null)
|
||||
|
||||
const filtroutente = ref(<any[]>[])
|
||||
const showBanner_utenti_verif = ref(true)
|
||||
|
||||
const usersList = ref({ show: false, title: '', list: [] })
|
||||
|
||||
@@ -199,7 +200,7 @@ export default defineComponent({
|
||||
])
|
||||
|
||||
const numindstep = computed(() => arrStep.value.length)
|
||||
|
||||
|
||||
|
||||
watch(() => indstep.value, (newval: number, oldval: number) => {
|
||||
if (indstep.value >= 0)
|
||||
@@ -582,6 +583,7 @@ export default defineComponent({
|
||||
numStepCompleted,
|
||||
globalStore,
|
||||
prStep,
|
||||
showBanner_utenti_verif,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
@@ -87,9 +87,13 @@
|
||||
:db_rec="contact"
|
||||
>
|
||||
</CMySelectCity>
|
||||
|
||||
|
||||
<CMySelectCity
|
||||
v-if="globalStore.isPresenteCardsByProv(contact.profile.resid_province)"
|
||||
v-if="
|
||||
globalStore.isPresenteCardsByProv(
|
||||
contact.profile.resid_province
|
||||
)
|
||||
"
|
||||
:label="$t('reg.resid_card')"
|
||||
table="users"
|
||||
jointable="cards"
|
||||
@@ -263,10 +267,10 @@
|
||||
|
||||
<q-banner
|
||||
inline-actions
|
||||
class="bg-blue text-white"
|
||||
v-if="userstoverify.length > 0"
|
||||
class="bg-blue text-white row"
|
||||
v-if="userstoverify.length > 0 && showBanner_utenti_verif"
|
||||
>
|
||||
<span v-html="$t('tutorial.utenti_da_verificare')"></span>
|
||||
<div v-html="$t('tutorial.utenti_da_verificare')"></div>
|
||||
<template v-slot:action>
|
||||
<q-btn
|
||||
:label="
|
||||
@@ -279,8 +283,14 @@
|
||||
usersList.show = true;
|
||||
usersList.title = $t('tutorial.utenti_da_verif_btn');
|
||||
"
|
||||
>
|
||||
</q-btn>
|
||||
/>
|
||||
<q-btn
|
||||
icon="fas fa-times"
|
||||
class="q-my-sm"
|
||||
flat
|
||||
@click="showBanner_utenti_verif = false"
|
||||
aria-label="Chiudi"
|
||||
/>
|
||||
</template>
|
||||
</q-banner>
|
||||
|
||||
@@ -288,8 +298,9 @@
|
||||
inline-actions
|
||||
class="bg-red text-white"
|
||||
v-if="
|
||||
userStore.my.profile.calc.numGoodsAndServices <= 0 && !nascondiavviso
|
||||
&& tools.visualizzaHomeApp()
|
||||
userStore.my.profile.calc.numGoodsAndServices <= 0 &&
|
||||
!nascondiavviso &&
|
||||
tools.visualizzaHomeApp()
|
||||
"
|
||||
>
|
||||
<span v-html="$t('tutorial.step_beniservizi')"></span>
|
||||
|
||||
@@ -56,7 +56,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function mounted() {
|
||||
console.log('mounted')
|
||||
// console.log('mounted')
|
||||
myarrvalues.value = []
|
||||
|
||||
// console.log('value', value)
|
||||
|
||||
@@ -102,7 +102,6 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function beforeDestroy() {
|
||||
console.log('beforeDestroy')
|
||||
clearInterval(polling.value)
|
||||
}
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ import { static_data } from '@src/db/static_data'
|
||||
|
||||
export default defineComponent({
|
||||
name: 'CPresentazione',
|
||||
components: {Logo, LandingFooter, CFundRaising, CShowContentPage},
|
||||
components: { Logo, LandingFooter, CFundRaising, CShowContentPage },
|
||||
props: {},
|
||||
setup() {
|
||||
const { t } = useI18n();
|
||||
@@ -49,7 +49,6 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
onBeforeUnmount(() => {
|
||||
console.log('beforeDestroy')
|
||||
clearInterval(polling.value)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user