|
@@ -103,6 +103,7 @@ const header = props => {
|
103
|
103
|
<DragableUploadImageList sampleId={sampleId}></DragableUploadImageList>
|
104
|
104
|
</Form.Item>}
|
105
|
105
|
<Form.Item label="样例内容">
|
|
106
|
+ <span style={{ color: 'rgba(0, 0, 0, 0.45)', fontSize: '14px' }}>若您想在您的小程序举办类似活动,请联系以下联系人咨询,或直接点击底部的 提交需求 按钮下单,下单后与联系人沟通定制活动</span><br/>
|
106
|
107
|
{demandData.sampleType === 'rich' ? getFieldDecorator('sampleContent')(<Wangedit contenteditable={false} />) : getFieldDecorator('sampleContentLink')(<a style={{ color: "blue" }} href={demandData.sampleContentLink} target="_blank" >{demandData.sampleContentLink}</a>)}
|
107
|
108
|
</Form.Item>
|
108
|
109
|
<Form.Item wrapperCol={{ span: 15, offset: 7 }}>
|