Ver código fonte

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

魏熙美 5 anos atrás
pai
commit
6fd94a5006

+ 10
- 10
src/pages/activity/editActivity.jsx Ver arquivo

@@ -277,17 +277,17 @@ const Edit = props => {
277 277
             <div style={{ display: 'flex', alignItems: 'center', marginTop: '-24px' }}>
278 278
               <img style={{ width: '70px', height: '70px', border: '4px solid #fff', borderRadius: '35px', marginLeft: '16px' }} src={touxiang} alt="" />
279 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 281
               <span style={{ color: '#999', margin: '25px 0 0 60px', fontSize: '17px' }}>2019.09.21</span>
282 282
             </div>
283 283
             <p style={{
284 284
               margin: '10px 20px',
285
-fontSize: '20px',
286
-color: '#222',
287
-fontWeight: '600',
285
+              fontSize: '20px',
286
+              color: '#222',
287
+              fontWeight: '600',
288 288
               display: '-webkit-box',
289
-lineClamp: '3',
290
-height: '60px',
289
+              lineClamp: '3',
290
+              height: '60px',
291 291
               WebkitLineClamp: '2',
292 292
               WebkitBoxOrient: 'vertical',
293 293
               overflow: 'hidden',
@@ -297,11 +297,11 @@ height: '60px',
297 297
             <img src={yinhao} style={{ width: '30px', marginLeft: '20px' }} alt="" />
298 298
             <p style={{
299 299
               margin: '16px 20px 28px 20px',
300
-fontSize: '17px',
301
-color: '#999',
300
+              fontSize: '17px',
301
+              color: '#999',
302 302
               display: '-webkit-box',
303
-lineClamp: '3',
304
-height: '72px',
303
+              lineClamp: '3',
304
+              height: '72px',
305 305
               WebkitLineClamp: '3',
306 306
               WebkitBoxOrient: 'vertical',
307 307
               overflow: 'hidden',

+ 7
- 7
src/pages/activity/groupActivity/editGroupActivity.jsx Ver arquivo

@@ -222,7 +222,7 @@ const Edit = props => {
222 222
             <div style={{ display: 'flex', alignItems: 'center', marginTop: '-24px' }}>
223 223
               <img style={{ width: '70px', height: '70px', border: '4px solid #fff', borderRadius: '35px', marginLeft: '16px' }} src={touxiang} alt="" />
224 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 226
               <span style={{ color: '#999', margin: '25px 0 0 60px', fontSize: '17px' }}>2019.09.21</span>
227 227
             </div>
228 228
             <p style={{
@@ -254,15 +254,15 @@ const Edit = props => {
254 254
 
255 255
         <div >
256 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 258
             <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
259 259
           </div>
260 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 262
             <Input style={{ width: '20vw' }} value={inputValue} placeholder="请输入海报标题" onChange={e => changeInput(e.target.value)} />
263 263
           </div>
264 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 266
             <TextArea rows={5} value={textAreaValue} onChange={e => changeTextArea(e.target.value)} />
267 267
           </div>
268 268
 
@@ -319,7 +319,7 @@ const Edit = props => {
319 319
 
320 320
     return <div style={{ padding: '20px' }}>
321 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 323
         <div>
324 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 325
           <p style={{ fontSize: '16px', color: '#222', fontWeight: '600', margin: '0' }}>{inputValue ? inputValue : '置业V客厅 精准获客平台'}</p>
@@ -327,11 +327,11 @@ const Edit = props => {
327 327
         </div>
328 328
       </div>
329 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 331
         <Input placeholder="请输入分享标题" value={inputValue} onChange={e => changeInput(e.target.value)} />
332 332
       </div>
333 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 335
         <ImageUploader value={imgValue} onChange={e => changeImg(e)} />
336 336
       </div>
337 337
       <Button type="primary" htmlType="submit" onClick={submitShare} style={{ margin: '40px 40px 40px 220px' }}> 确定</Button>

+ 1
- 1
src/pages/activity/helpActivity/edithelpActivity.jsx Ver arquivo

@@ -341,7 +341,7 @@ const Edit = props => {
341 341
             <div style={{ display: 'flex', alignItems: 'center', marginTop: '-24px' }}>
342 342
               <img style={{ width: '70px', height: '70px', border: '4px solid #fff', borderRadius: '35px', marginLeft: '16px' }} src={touxiang} alt="" />
343 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 345
               <span style={{ color: '#999', margin: '25px 0 0 60px', fontSize: '17px' }}>2019.09.21</span>
346 346
             </div>
347 347
             <p style={{

+ 1
- 1
src/pages/activity/helpActivity/list.jsx Ver arquivo

@@ -72,7 +72,7 @@ const toEditGoods = (helpActivityId) => () => {
72 72
       dataIndex: 'succeedCount',
73 73
       key: 'succeedCount',
74 74
       align: 'center',
75
-    },  
75
+    },
76 76
     {
77 77
       title: '状态',
78 78
       dataIndex: 'isEnlist',