|
@@ -50,7 +50,7 @@ const AMForm = props => {
|
50
|
50
|
</Radio.Group>,
|
51
|
51
|
)}
|
52
|
52
|
</Form.Item>
|
53
|
|
- {panoramaType == 'apartment' && (
|
|
53
|
+ {/* {panoramaType == 'apartment' && (
|
54
|
54
|
<Form.Item label="全景内容">
|
55
|
55
|
{getFieldDecorator('apartmentId', {
|
56
|
56
|
rules: [{ required: true, message: '请选择全景内容' }],
|
|
@@ -71,7 +71,7 @@ const AMForm = props => {
|
71
|
71
|
rules: [{ required: true, message: '请输入全景内容' }],
|
72
|
72
|
})(<Input placeholder="请简述全景内容" />)}
|
73
|
73
|
</Form.Item>
|
74
|
|
- )}
|
|
74
|
+ )} */}
|
75
|
75
|
<Form.Item label="选择封面" help="建议图片尺寸750px*600px,比例5:4,格式:jpg">
|
76
|
76
|
{getFieldDecorator('coverImg', {
|
77
|
77
|
rules: [{ required: true, message: '请上传封面图片' }],
|