Browse Source

我的问答加载下一页bug

jwyu 2 years ago
parent
commit
4650e132ed
1 changed files with 1 additions and 1 deletions
  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++
   question.page_index++
   getQuestionList()
   getQuestionList()
 }
 }