fix search memebers
calendar se vuoto non mostrare
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
APP_VERSION="0.5.39"
|
APP_VERSION="0.5.40"
|
||||||
SERVICE_WORKER_FILE="service-worker.js"
|
SERVICE_WORKER_FILE="service-worker.js"
|
||||||
APP_ID="13"
|
APP_ID="13"
|
||||||
DIRECTORY_LOCAL="newfreeplanet"
|
DIRECTORY_LOCAL="newfreeplanet"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
APP_VERSION="0.5.39"
|
APP_VERSION="0.5.40"
|
||||||
SERVICE_WORKER_FILE="service-worker.js"
|
SERVICE_WORKER_FILE="service-worker.js"
|
||||||
APP_ID="13"
|
APP_ID="13"
|
||||||
DIRECTORY_LOCAL=newfreeplanet
|
DIRECTORY_LOCAL=newfreeplanet
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
APP_VERSION="0.5.39"
|
APP_VERSION="0.5.40"
|
||||||
SERVICE_WORKER_FILE="service-worker.js"
|
SERVICE_WORKER_FILE="service-worker.js"
|
||||||
APP_ID="13"
|
APP_ID="13"
|
||||||
DIRECTORY_LOCAL="newfreeplanet"
|
DIRECTORY_LOCAL="newfreeplanet"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
APP_VERSION="0.5.39"
|
APP_VERSION="0.5.40"
|
||||||
SERVICE_WORKER_FILE="service-worker.js"
|
SERVICE_WORKER_FILE="service-worker.js"
|
||||||
APP_ID="13"
|
APP_ID="13"
|
||||||
DIRECTORY_LOCAL=newfreeplanet
|
DIRECTORY_LOCAL=newfreeplanet
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
APP_VERSION="0.5.39"
|
APP_VERSION="0.5.40"
|
||||||
SERVICE_WORKER_FILE="service-worker.js"
|
SERVICE_WORKER_FILE="service-worker.js"
|
||||||
APP_ID="14"
|
APP_ID="14"
|
||||||
DIRECTORY_LOCAL="newfreeplanet"
|
DIRECTORY_LOCAL="newfreeplanet"
|
||||||
|
|||||||
@@ -890,6 +890,11 @@ export default defineComponent({
|
|||||||
return mylist
|
return mylist
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function getNumEvents() {
|
||||||
|
const mylist = getEventList()
|
||||||
|
return mylist ? mylist.length : 0
|
||||||
|
}
|
||||||
|
|
||||||
function getEvents(dt: any) {
|
function getEvents(dt: any) {
|
||||||
const eventsloc = []
|
const eventsloc = []
|
||||||
|
|
||||||
@@ -1029,6 +1034,7 @@ export default defineComponent({
|
|||||||
CancelBookingEvent,
|
CancelBookingEvent,
|
||||||
site: globalStore.site,
|
site: globalStore.site,
|
||||||
condividipag,
|
condividipag,
|
||||||
|
getNumEvents,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -1061,7 +1061,7 @@
|
|||||||
</q-page>
|
</q-page>
|
||||||
|
|
||||||
<div class="q-mt-md">
|
<div class="q-mt-md">
|
||||||
<div v-if="!mysingleevent">
|
<div v-if="!mysingleevent && getNumEvents() > 0">
|
||||||
<p class="text-subtitle1 text-red bg-amber text-center">
|
<p class="text-subtitle1 text-red bg-amber text-center">
|
||||||
LISTA PROSSIMI
|
LISTA PROSSIMI
|
||||||
<span v-if="showfirstN > 0">{{ showfirstN }}</span> EVENTI:
|
<span v-if="showfirstN > 0">{{ showfirstN }}</span> EVENTI:
|
||||||
@@ -1387,6 +1387,7 @@
|
|||||||
|
|
||||||
<div class="q-ma-lg text-center">
|
<div class="q-ma-lg text-center">
|
||||||
<q-btn
|
<q-btn
|
||||||
|
v-if="getNumEvents() > 0"
|
||||||
rounded
|
rounded
|
||||||
type="a"
|
type="a"
|
||||||
to="/calendario-eventi"
|
to="/calendario-eventi"
|
||||||
|
|||||||
Reference in New Issue
Block a user