dingxin 5 years ago
parent
commit
e4878ffce7

+ 2
- 2
src/pages/activity/editActivity.jsx View File

108
           ],
108
           ],
109
         })(<BuildSelect disabled={disable}/>)}
109
         })(<BuildSelect disabled={disable}/>)}
110
         </Form.Item>
110
         </Form.Item>
111
-        <Form.Item label="活动封面图1" help="建议图片尺寸:750px*420px,比例16:9,格式:jpg,用于活动列表">
111
+        <Form.Item label="活动封面图" help="建议图片尺寸:750px*420px,比例16:9,格式:jpg,用于活动列表">
112
           {getFieldDecorator('listImgUrl', {
112
           {getFieldDecorator('listImgUrl', {
113
           rules: [
113
           rules: [
114
             {
114
             {
115
               required: true,
115
               required: true,
116
-              message: '请选择活动封面图1',
116
+              message: '请选择活动封面图',
117
             },
117
             },
118
           ],
118
           ],
119
         })(<ImageUploader />)}
119
         })(<ImageUploader />)}

+ 1
- 1
src/pages/activity/groupActivity/editGroupActivity.jsx View File

155
         rules: [
155
         rules: [
156
           { required: true, message: '请输入活动说明' },
156
           { required: true, message: '请输入活动说明' },
157
         ],
157
         ],
158
-        help: '建议宽度:335px,高度不限',
158
+        help: '建议宽度:750px,高度不限,格式:jpg,用于活动详情',
159
       },
159
       },
160
       {
160
       {
161
         label: '权重',
161
         label: '权重',

+ 1
- 1
src/pages/activity/helpActivity/edithelpActivity.jsx View File

241
            </Form.Item>
241
            </Form.Item>
242
          }
242
          }
243
 
243
 
244
-        <Form.Item label="活动说明" help="建议宽度:335px,高度不限">
244
+        <Form.Item label="活动说明" help="建议宽度:750px,高度不限,格式:jpg,用于活动详情">
245
           {getFieldDecorator('activityInstructions', {
245
           {getFieldDecorator('activityInstructions', {
246
           rules: [
246
           rules: [
247
             {
247
             {

+ 3
- 0
src/pages/news/list/editNewsList.jsx View File

69
         type: FieldTypes.ImageUploader,
69
         type: FieldTypes.ImageUploader,
70
         value: dynamicData.newsImg,
70
         value: dynamicData.newsImg,
71
         help: '建议图片尺寸:320*256px,比例5:4,格式:jpg,用于资讯列表',
71
         help: '建议图片尺寸:320*256px,比例5:4,格式:jpg,用于资讯列表',
72
+        rules: [
73
+          {required: true, message: '请选择资讯列表'},
74
+        ]
72
       },
75
       },
73
       {
76
       {
74
         label: '资讯标题',
77
         label: '资讯标题',