傅行帆 hace 5 años
padre
commit
5914e41c7a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/pages/h5SampleManager/h5Sample/detail.jsx

+ 1
- 0
src/pages/h5SampleManager/h5Sample/detail.jsx Ver fichero

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