|
@@ -349,7 +349,7 @@ const Basic = (props) => {
|
349
|
349
|
<div style={{ display: 'flex', margin: '10px 0 40px 0', width: '100%' }}>
|
350
|
350
|
<p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享模板</p>
|
351
|
351
|
<div>
|
352
|
|
- <p style={{ display: 'flex', alignItems: 'center', fontSize: '14px', color: '#999', margin: '0', lineHeight: '0' }}><img src={logo} style={{ width: '22px', marginRight: '10px' }} />知与行互动</p>
|
|
352
|
+ <p style={{ display: 'flex', alignItems: 'center', fontSize: '14px', color: '#999', margin: '0', lineHeight: '0' }}><img src={logo} style={{ width: '22px', marginRight: '10px' }} />橙蕉互动</p>
|
353
|
353
|
<p style={{ fontSize: '16px', color: '#222', fontWeight: '600', margin: '0' }}>{inputValue ? inputValue : '置业V客厅 精准获客平台'}</p>
|
354
|
354
|
<img style={{ width: '200px', height: '160px' }} src={imgValue ? imgValue : poster2} alt="" />
|
355
|
355
|
</div>
|