Quellcode durchsuchen

Merge branch 'v3.5' of http://git.ycjcjy.com/zhiyuxing/estateagents-admin-manager into v3.5

魏熙美 vor 5 Jahren
Ursprung
Commit
6fd94a5006

+ 10
- 10
src/pages/activity/editActivity.jsx Datei anzeigen

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={{
284
               margin: '10px 20px',
284
               margin: '10px 20px',
285
-fontSize: '20px',
286
-color: '#222',
287
-fontWeight: '600',
285
+              fontSize: '20px',
286
+              color: '#222',
287
+              fontWeight: '600',
288
               display: '-webkit-box',
288
               display: '-webkit-box',
289
-lineClamp: '3',
290
-height: '60px',
289
+              lineClamp: '3',
290
+              height: '60px',
291
               WebkitLineClamp: '2',
291
               WebkitLineClamp: '2',
292
               WebkitBoxOrient: 'vertical',
292
               WebkitBoxOrient: 'vertical',
293
               overflow: 'hidden',
293
               overflow: 'hidden',
297
             <img src={yinhao} style={{ width: '30px', marginLeft: '20px' }} alt="" />
297
             <img src={yinhao} style={{ width: '30px', marginLeft: '20px' }} alt="" />
298
             <p style={{
298
             <p style={{
299
               margin: '16px 20px 28px 20px',
299
               margin: '16px 20px 28px 20px',
300
-fontSize: '17px',
301
-color: '#999',
300
+              fontSize: '17px',
301
+              color: '#999',
302
               display: '-webkit-box',
302
               display: '-webkit-box',
303
-lineClamp: '3',
304
-height: '72px',
303
+              lineClamp: '3',
304
+              height: '72px',
305
               WebkitLineClamp: '3',
305
               WebkitLineClamp: '3',
306
               WebkitBoxOrient: 'vertical',
306
               WebkitBoxOrient: 'vertical',
307
               overflow: 'hidden',
307
               overflow: 'hidden',

+ 7
- 7
src/pages/activity/groupActivity/editGroupActivity.jsx Datei anzeigen

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 Datei anzeigen

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={{

+ 1
- 1
src/pages/activity/helpActivity/list.jsx Datei anzeigen

72
       dataIndex: 'succeedCount',
72
       dataIndex: 'succeedCount',
73
       key: 'succeedCount',
73
       key: 'succeedCount',
74
       align: 'center',
74
       align: 'center',
75
-    },  
75
+    },
76
     {
76
     {
77
       title: '状态',
77
       title: '状态',
78
       dataIndex: 'isEnlist',
78
       dataIndex: 'isEnlist',