瀏覽代碼

我的问答加载下一页bug

jwyu 2 年之前
父節點
當前提交
4650e132ed
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()
 }