feat: 实现了日历的选择组件与快速预定的接口请求联动

This commit is contained in:
2025-08-02 19:50:54 +08:00
parent ef413eb872
commit fef285f98d
6 changed files with 153 additions and 12 deletions

View File

@@ -18,7 +18,7 @@
const loadDiscoveryCradComponent = async () => {
const res = await discoveryCradComponent()
if(res.code === 0 && res.data) {
themeDTOList.value.push(...res.data.themeDTOList)
themeDTOList.value = res.data.themeDTOList
nextTick(() => {
uni.$emit(SCROLL_TO_BOTTOM, true)