|
@@ -28,7 +28,7 @@ const currentStudyTour = computed(() =>
|
|
|
),
|
|
|
)
|
|
|
const schedules = computed(() =>
|
|
|
- group(currentStudyTour.value.studyTravelDOList, (it) =>
|
|
|
+ group(currentStudyTour.value?.studyTravelDOList, (it) =>
|
|
|
dayjs(it?.travelTime).format('YYYY-MM-DD'),
|
|
|
),
|
|
|
)
|
|
@@ -140,7 +140,7 @@ onMounted(() => {
|
|
|
</template>
|
|
|
</template>
|
|
|
</view>
|
|
|
- <BottomAppBar fixed>
|
|
|
+ <BottomAppBar fixed placeholder>
|
|
|
<div
|
|
|
class="p-3.5 bg-white/90 rounded-2xl backdrop-blur-[20px] bottom-4 left-0 right-0 flex items-center justify-between gap-1"
|
|
|
>
|