feat:优化视图与列表的切换速度

This commit is contained in:
zhangyu
2021-10-11 16:12:09 +08:00
parent 13bd9a0d8d
commit 2aab2cb550
3 changed files with 39 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ export default {
}
setTimeout(() => {
this.detailViewLoading = false
this.$refs.clickSearch && this.$refs.clickSearch.needMore()
}, 100)
},
searchDetail (params) {