魏熙美 5 年之前
父節點
當前提交
b23ce42b56

+ 1
- 1
src/pages/activity/groupActivity/list.jsx 查看文件

@@ -268,7 +268,7 @@ const handleSubmit = (e, props) => {
268 268
       </AuthButton>
269 269
       <Table dataSource={data.records} columns={columns} pagination={false} rowKey="activityList"/>
270 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 272
       </div>
273 273
     </>
274 274
   )

+ 1
- 1
src/pages/carouselFigure/editAdvertising.jsx 查看文件

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

+ 1
- 1
src/pages/carouselFigure/editCarousel.jsx 查看文件

@@ -112,7 +112,7 @@ const { MonthPicker, RangePicker, WeekPicker } = DatePicker;
112 112
           name: 'contentType',
113 113
           type: FieldTypes.Select,
114 114
           dict: [{
115
-            label: '活动',
115
+            label: '常规活动',
116 116
             value: 'activity',
117 117
           },
118 118
           {