魏熙美 5 years ago
parent
commit
fc0cf2505b

+ 1
- 1
src/pages/carouselFigure/carouselFigureList.jsx View File

192
         <Form.Item>
192
         <Form.Item>
193
           {getFieldDecorator('showPosition')(
193
           {getFieldDecorator('showPosition')(
194
             <Select style={{ width: '180px' }} placeholder="发布位置">
194
             <Select style={{ width: '180px' }} placeholder="发布位置">
195
-              <Option value="mall">商城</Option>
195
+              <Option value="mall">积分商城</Option>
196
               <Option value="index">首页</Option>
196
               <Option value="index">首页</Option>
197
             </Select>,
197
             </Select>,
198
           )}
198
           )}

+ 1
- 1
src/pages/carouselFigure/editCarousel.jsx View File

102
             value: 'index',
102
             value: 'index',
103
           },
103
           },
104
           {
104
           {
105
-            label: '商城',
105
+            label: '积分商城',
106
             value: 'mall',
106
             value: 'mall',
107
           }],
107
           }],
108
           value: data.showPosition,
108
           value: data.showPosition,