chengxr 1 year ago
parent
commit
c0f29be39a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      QFD/view/HomeView.h

+ 1 - 1
QFD/view/HomeView.h

@@ -76,7 +76,7 @@ private:
     CreateProjWidget *m_createProjWidget = nullptr;
 
     QList<ProjectInfo *> m_projList;
-    int m_page     = 0;   // 页码
+    int m_page     = 1;   // 页码
     int m_pageSize = 20;  // 每页条数
     int m_total    = 0;   // 总数
 };