quit console logs
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2022-09-07 07:19:15 +02:00
parent 7f42655b1d
commit 0139b464b7
1 changed files with 2 additions and 6 deletions

View File

@ -39,7 +39,6 @@ async function fetch() {
}
async function getVideoList(expeditionId, timed) {
console.log('entry');
lastExpedition.value = expeditionId;
const params = {
id: expeditionId,
@ -60,7 +59,6 @@ async function getVideoList(expeditionId, timed) {
});
}
console.log(list);
videoList.value = list.reverse();
if (list[0]) {
slide.value = list[0].value;
@ -70,8 +68,6 @@ async function getVideoList(expeditionId, timed) {
max: parseInt(list[list.length - 1].label.split(':')[0]),
};
}
console.log('slide', slide);
console.log('videoList', videoList);
}
</script>
@ -80,7 +76,7 @@ async function getVideoList(expeditionId, timed) {
<q-drawer show-if-above side="right" bordered>
<q-scroll-area class="fit">
<q-list bordered separator style="max-width: 318px">
<q-item v-if="lastExpedition">
<q-item v-if="lastExpedition && videoList.length">
<q-item-section>
<q-item-label class="text-h6">
{{ t('ticket.boxing.selectTime') }} ({{ time.min }}-{{ time.max }})
@ -100,7 +96,7 @@ async function getVideoList(expeditionId, timed) {
/>
</q-item-section>
</q-item>
<q-item v-if="lastExpedition">
<q-item v-if="lastExpedition && videoList.length">
<q-item-section>
<q-select
color="orange"