瀏覽代碼

修改文案

魏超 5 年之前
父節點
當前提交
64132e813d

+ 1
- 1
src/pages/activity/editActivity.jsx 查看文件

277
             <div style={{ display: 'flex', alignItems: 'center', marginTop: '-24px' }}>
277
             <div style={{ display: 'flex', alignItems: 'center', marginTop: '-24px' }}>
278
               <img style={{ width: '70px', height: '70px', border: '4px solid #fff', borderRadius: '35px', marginLeft: '16px' }} src={touxiang} alt="" />
278
               <img style={{ width: '70px', height: '70px', border: '4px solid #fff', borderRadius: '35px', marginLeft: '16px' }} src={touxiang} alt="" />
279
               <span style={{ color: '#222', fontWeight: '600', margin: '24px 10px 0 14px', fontSize: '17px' }}>喵喵</span>
279
               <span style={{ color: '#222', fontWeight: '600', margin: '24px 10px 0 14px', fontSize: '17px' }}>喵喵</span>
280
-              <span style={{ color: '#999', marginTop: '25px', fontSize: '17px' }}>邀您阅读</span>
280
+              <span style={{ color: '#999', marginTop: '25px', fontSize: '17px' }}>邀您参与</span>
281
               <span style={{ color: '#999', margin: '25px 0 0 60px', fontSize: '17px' }}>2019.09.21</span>
281
               <span style={{ color: '#999', margin: '25px 0 0 60px', fontSize: '17px' }}>2019.09.21</span>
282
             </div>
282
             </div>
283
             <p style={{
283
             <p style={{

+ 7
- 7
src/pages/activity/groupActivity/editGroupActivity.jsx 查看文件

222
             <div style={{ display: 'flex', alignItems: 'center', marginTop: '-24px' }}>
222
             <div style={{ display: 'flex', alignItems: 'center', marginTop: '-24px' }}>
223
               <img style={{ width: '70px', height: '70px', border: '4px solid #fff', borderRadius: '35px', marginLeft: '16px' }} src={touxiang} alt="" />
223
               <img style={{ width: '70px', height: '70px', border: '4px solid #fff', borderRadius: '35px', marginLeft: '16px' }} src={touxiang} alt="" />
224
               <span style={{ color: '#222', fontWeight: '600', margin: '24px 10px 0 14px', fontSize: '17px' }}>喵喵</span>
224
               <span style={{ color: '#222', fontWeight: '600', margin: '24px 10px 0 14px', fontSize: '17px' }}>喵喵</span>
225
-              <span style={{ color: '#999', marginTop: '25px', fontSize: '17px' }}>邀您阅读</span>
225
+              <span style={{ color: '#999', marginTop: '25px', fontSize: '17px' }}>邀您参与</span>
226
               <span style={{ color: '#999', margin: '25px 0 0 60px', fontSize: '17px' }}>2019.09.21</span>
226
               <span style={{ color: '#999', margin: '25px 0 0 60px', fontSize: '17px' }}>2019.09.21</span>
227
             </div>
227
             </div>
228
             <p style={{
228
             <p style={{
254
 
254
 
255
         <div >
255
         <div >
256
           <div style={{ display: 'flex', width: '100%', margin: '60px 0' }}>
256
           <div style={{ display: 'flex', width: '100%', margin: '60px 0' }}>
257
-            <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报图片1</p>
257
+            <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报图片</p>
258
             <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
258
             <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
259
           </div>
259
           </div>
260
           <div style={{ display: 'flex', alignItems: 'center', width: '100%', marginBottom: '60px' }}>
260
           <div style={{ display: 'flex', alignItems: 'center', width: '100%', marginBottom: '60px' }}>
261
-            <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报标题1</p>
261
+            <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报标题</p>
262
             <Input style={{ width: '20vw' }} value={inputValue} placeholder="请输入海报标题" onChange={e => changeInput(e.target.value)} />
262
             <Input style={{ width: '20vw' }} value={inputValue} placeholder="请输入海报标题" onChange={e => changeInput(e.target.value)} />
263
           </div>
263
           </div>
264
           <div style={{ display: 'flex', margin: '10px 0 40px 0', width: '100%' }}>
264
           <div style={{ display: 'flex', margin: '10px 0 40px 0', width: '100%' }}>
265
-            <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报描述1</p>
265
+            <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>海报描述</p>
266
             <TextArea rows={5} value={textAreaValue} onChange={e => changeTextArea(e.target.value)} />
266
             <TextArea rows={5} value={textAreaValue} onChange={e => changeTextArea(e.target.value)} />
267
           </div>
267
           </div>
268
 
268
 
319
 
319
 
320
     return <div style={{ padding: '20px' }}>
320
     return <div style={{ padding: '20px' }}>
321
       <div style={{ display: 'flex', margin: '10px 0 40px 0', width: '100%' }}>
321
       <div style={{ display: 'flex', margin: '10px 0 40px 0', width: '100%' }}>
322
-        <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享模板1</p>
322
+        <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享模板</p>
323
         <div>
323
         <div>
324
           <p style={{ display: 'flex', alignItems: 'center', fontSize: '14px', color: '#999', margin: '0', lineHeight: '0' }}><img src={logo} style={{ width: '22px', marginRight: '10px' }} />知与行互动</p>
324
           <p style={{ display: 'flex', alignItems: 'center', fontSize: '14px', color: '#999', margin: '0', lineHeight: '0' }}><img src={logo} style={{ width: '22px', marginRight: '10px' }} />知与行互动</p>
325
           <p style={{ fontSize: '16px', color: '#222', fontWeight: '600', margin: '0' }}>{inputValue ? inputValue : '置业V客厅 精准获客平台'}</p>
325
           <p style={{ fontSize: '16px', color: '#222', fontWeight: '600', margin: '0' }}>{inputValue ? inputValue : '置业V客厅 精准获客平台'}</p>
327
         </div>
327
         </div>
328
       </div>
328
       </div>
329
       <div style={{ display: 'flex', alignItems: 'center', width: '100%' }}>
329
       <div style={{ display: 'flex', alignItems: 'center', width: '100%' }}>
330
-        <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享标题1</p>
330
+        <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享标题</p>
331
         <Input placeholder="请输入分享标题" value={inputValue} onChange={e => changeInput(e.target.value)} />
331
         <Input placeholder="请输入分享标题" value={inputValue} onChange={e => changeInput(e.target.value)} />
332
       </div>
332
       </div>
333
       <div style={{ display: 'flex', width: '100%', marginTop: '40px' }}>
333
       <div style={{ display: 'flex', width: '100%', marginTop: '40px' }}>
334
-        <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享图片1</p>
334
+        <p style={{ minWidth: '200px', color: '#222', textAlign: 'right', margin: '0 30px 0 0' }}>分享图片</p>
335
         <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
335
         <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
336
       </div>
336
       </div>
337
       <Button type="primary" htmlType="submit" onClick={submitShare} style={{ margin: '40px 40px 40px 220px' }}> 确定</Button>
337
       <Button type="primary" htmlType="submit" onClick={submitShare} style={{ margin: '40px 40px 40px 220px' }}> 确定</Button>

+ 1
- 1
src/pages/activity/helpActivity/edithelpActivity.jsx 查看文件

341
             <div style={{ display: 'flex', alignItems: 'center', marginTop: '-24px' }}>
341
             <div style={{ display: 'flex', alignItems: 'center', marginTop: '-24px' }}>
342
               <img style={{ width: '70px', height: '70px', border: '4px solid #fff', borderRadius: '35px', marginLeft: '16px' }} src={touxiang} alt="" />
342
               <img style={{ width: '70px', height: '70px', border: '4px solid #fff', borderRadius: '35px', marginLeft: '16px' }} src={touxiang} alt="" />
343
               <span style={{ color: '#222', fontWeight: '600', margin: '24px 10px 0 14px', fontSize: '17px' }}>喵喵</span>
343
               <span style={{ color: '#222', fontWeight: '600', margin: '24px 10px 0 14px', fontSize: '17px' }}>喵喵</span>
344
-              <span style={{ color: '#999', marginTop: '25px', fontSize: '17px' }}>邀您阅读</span>
344
+              <span style={{ color: '#999', marginTop: '25px', fontSize: '17px' }}>邀您参与</span>
345
               <span style={{ color: '#999', margin: '25px 0 0 60px', fontSize: '17px' }}>2019.09.21</span>
345
               <span style={{ color: '#999', margin: '25px 0 0 60px', fontSize: '17px' }}>2019.09.21</span>
346
             </div>
346
             </div>
347
             <p style={{
347
             <p style={{