feat: 处理命令发送之后 加载中没去掉的问题

This commit is contained in:
2025-08-10 15:39:34 +08:00
parent b38d08ecd8
commit 33168361ed
2 changed files with 15 additions and 7 deletions

View File

@@ -21,13 +21,14 @@
themeDTOList.value = res.data.themeDTOList
nextTick(() => {
uni.$emit(SCROLL_TO_BOTTOM, true)
setTimeout(() => {
uni.$emit(SCROLL_TO_BOTTOM, true)
}, 300)
});
}
}
onMounted(() => {
console.log('=============')
loadDiscoveryCradComponent()
})