Browse Source

项目列表页

魏熙美 5 years ago
parent
commit
8450c3d5d0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/building/list/index.jsx

+ 1
- 1
src/pages/building/list/index.jsx View File

@@ -158,7 +158,7 @@ function header(props) {
158 158
 
159 159
       {/* 分页 */}
160 160
       <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
161
-        <Pagination showQuickJumper defaultCurrent={2} total={500} onChange={onChange} />
161
+        <Pagination showQuickJumper defaultCurrent={1} total={500} onChange={onChange} />
162 162
       </div>
163 163
     </>
164 164
   );