许静 5 年前
父节点
当前提交
2c953c83be
共有 3 个文件被更改,包括 5 次插入5 次删除
  1. 二进制
      src/assets/poster.png
  2. 二进制
      src/assets/touxiang.jpg
  3. 5
    5
      src/pages/activity/editActivity.jsx

二进制
src/assets/poster.png 查看文件


二进制
src/assets/touxiang.jpg 查看文件


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

@@ -12,6 +12,8 @@ import PosterBottom from '../../assets/bottom.png'
12 12
 import yinhao from '../../assets/yinhao.png'
13 13
 import ImageUploader from '../../components/XForm/ImageUpload';
14 14
 import logo from '../../assets/logo.png';
15
+import touxiang from '../../assets/touxiang.jpg';
16
+import poster from '../../assets/poster.png';
15 17
 
16 18
 const { MonthPicker, RangePicker, WeekPicker } = DatePicker;
17 19
 const { TextArea } = Input;
@@ -174,11 +176,9 @@ const Edit = (props) => {
174 176
       <div style={{ display: 'flex' }}>
175 177
         <div style={{ width: '420px', height: '900px', display: 'inline-block', marginTop: '30px' }}>
176 178
           <div style={{ width: '375px', height: '785px', backgroundColor: '#fff', boxShadow: '0px 0px 16px 6px rgba(0,0,0,0.15)', position: 'relative', margin: '0 auto' }}>
177
-
178
-            <img style={{ width: '100%', height: '300px' }} src={imgValue ? imgValue : 'http://img0.imgtn.bdimg.com/it/u=4246326797,2657995307&fm=26&gp=0.jpg'} alt="" />
179
-
179
+            <img style={{ width: '100%', height: '300px' }} src={imgValue ? imgValue : poster} alt="" />
180 180
             <div style={{ display: 'flex', alignItems: 'center', marginTop: '-24px' }}>
181
-              <img style={{ width: '70px', height: '70px', border: '4px solid #fff', borderRadius: '35px', marginLeft: '16px' }} src="http://img0.imgtn.bdimg.com/it/u=3463541938,2540701974&fm=26&gp=0.jpg" alt="" />
181
+              <img style={{ width: '70px', height: '70px', border: '4px solid #fff', borderRadius: '35px', marginLeft: '16px' }} src={touxiang} alt="" />
182 182
               <span style={{ color: '#222', fontWeight: '600', margin: '24px 10px 0 14px', fontSize: '17px' }}>喵喵</span>
183 183
               <span style={{ color: '#999', marginTop: '25px', fontSize: '17px' }}>邀您阅读</span>
184 184
               <span style={{ color: '#999', margin: '25px 0 0 60px', fontSize: '17px' }}>2019.09.21</span>
@@ -247,7 +247,7 @@ const Edit = (props) => {
247 247
         <div>
248 248
           <p style={{ display: 'flex', alignItems: 'center', fontSize: '14px', color: '#999', margin: '0', lineHeight: '0' }}><img src={logo} style={{ width: '22px', marginRight: '10px' }} />知与行互动</p>
249 249
           <p style={{ fontSize: '16px', color: '#222', fontWeight: '600', margin: '0' }}>{inputValue ? inputValue : '置业V客厅 精准获客平台'}</p>
250
-          <img style={{ width: '200px', height: '140px' }} src={imgValue ? imgValue : 'http://house.china.com.cn/nanjing/UserFiles/20171124/11070256.jpg'} alt="" />
250
+          <img style={{ width: '200px', height: '140px' }} src={imgValue ? imgValue : poster} alt="" />
251 251
         </div>
252 252
       </div>
253 253
       <div style={{ display: 'flex', alignItems: 'center', width: '100%' }}>