feat: 处理命令发送之后 加载中没去掉的问题
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user