魏熙美 5 vuotta sitten
vanhempi
commit
b23ce42b56

+ 1
- 1
src/pages/activity/groupActivity/list.jsx Näytä tiedosto

268
       </AuthButton>
268
       </AuthButton>
269
       <Table dataSource={data.records} columns={columns} pagination={false} rowKey="activityList"/>
269
       <Table dataSource={data.records} columns={columns} pagination={false} rowKey="activityList"/>
270
       <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
270
       <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
271
-        <Pagination showQuickJumper defaultCurrent={1} total={data.total} onChange={changePageNum} />
271
+        <Pagination showQuickJumper defaultCurrent={1} total={data.total} onChange={changePageNum} current={data.current} />
272
       </div>
272
       </div>
273
     </>
273
     </>
274
   )
274
   )

+ 1
- 1
src/pages/carouselFigure/editAdvertising.jsx Näytä tiedosto

94
         name: 'contentType',
94
         name: 'contentType',
95
         type: FieldTypes.Select,
95
         type: FieldTypes.Select,
96
         dict: [{
96
         dict: [{
97
-          label: '活动',
97
+          label: '常规活动',
98
           value: 'activity'
98
           value: 'activity'
99
         },
99
         },
100
         {
100
         {

+ 1
- 1
src/pages/carouselFigure/editCarousel.jsx Näytä tiedosto

112
           name: 'contentType',
112
           name: 'contentType',
113
           type: FieldTypes.Select,
113
           type: FieldTypes.Select,
114
           dict: [{
114
           dict: [{
115
-            label: '活动',
115
+            label: '常规活动',
116
             value: 'activity',
116
             value: 'activity',
117
           },
117
           },
118
           {
118
           {