Sfoglia il codice sorgente

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

zhuf 1 anno fa
parent
commit
780f8336ae
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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()
 }