feat: 实现了日历的选择组件与快速预定的接口请求联动
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user