Explorar el Código

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

zhuf hace 1 año
padre
commit
780f8336ae
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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()
 }