Explorar el Código

我的问答加载下一页bug

jwyu hace 2 años
padre
commit
4650e132ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/question/MyList.vue

+ 1 - 1
src/views/question/MyList.vue

@@ -249,7 +249,7 @@ const getQuestionList=()=>{
   })
 }
 
-const loadingMore = ()=>{
+const onLoad = ()=>{
   question.page_index++
   getQuestionList()
 }