Parcourir la source

搜索时未刷新list导致list 重叠

zhuf il y a 1 an
Parent
commit
780f8336ae
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/components/RemoteListHalf/index.vue

+ 1 - 0
src/components/RemoteListHalf/index.vue

@@ -76,6 +76,7 @@ function onLoad() {
 
 function onRefresh() {
   finished = false
+  refreshing = true
   page = 1
   onLoad()
 }