傅行帆 5 年之前
父節點
當前提交
5914e41c7a
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/pages/h5SampleManager/h5Sample/detail.jsx

+ 1
- 0
src/pages/h5SampleManager/h5Sample/detail.jsx 查看文件

@@ -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 }}>