Merge pull request 'feat: 修改问题' (#299) from fix/updatesyspic into test

Reviewed-on: #299
pull/300/head^2
yaoshuli 1 year ago
commit 85e9099f9a

@ -227,9 +227,9 @@ watch(() => collapse.value, (newVal, oldVal) => {
})
const asideLoadMore = debounce(() => {
// console.log("--------------------");
console.log('加载了这里首页的数据--------------------')
loadMore()
}, 200)
}, 400)
watch(
() => searchValue.value,
@ -452,6 +452,7 @@ async function oneCheck() {
reset()
loadMore()
}
waterfallRef.value?.resize()
}
else {
if (timer.value)

Loading…
Cancel
Save