许静 5 年之前
父節點
當前提交
bb3e2f543c
共有 4 個檔案被更改,包括 4 行新增3 行删除
  1. 二進制
      src/assets/poster.png
  2. 二進制
      src/assets/poster1.png
  3. 二進制
      src/assets/poster2.png
  4. 4
    3
      src/pages/activity/editActivity.jsx

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


二進制
src/assets/poster1.png 查看文件


二進制
src/assets/poster2.png 查看文件


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

@@ -13,7 +13,8 @@ import yinhao from '../../assets/yinhao.png'
13 13
 import ImageUploader from '../../components/XForm/ImageUpload';
14 14
 import logo from '../../assets/logo.png';
15 15
 import touxiang from '../../assets/touxiang.jpg';
16
-import poster from '../../assets/poster.png';
16
+import poster1 from '../../assets/poster1.png';
17
+import poster2 from '../../assets/poster2.png';
17 18
 
18 19
 const { MonthPicker, RangePicker, WeekPicker } = DatePicker;
19 20
 const { TextArea } = Input;
@@ -176,7 +177,7 @@ const Edit = (props) => {
176 177
       <div style={{ display: 'flex' }}>
177 178
         <div style={{ width: '420px', height: '900px', display: 'inline-block', marginTop: '30px' }}>
178 179
           <div style={{ width: '375px', height: '785px', backgroundColor: '#fff', boxShadow: '0px 0px 16px 6px rgba(0,0,0,0.15)', position: 'relative', margin: '0 auto' }}>
179
-            <img style={{ width: '100%', height: '300px' }} src={imgValue ? imgValue : poster} alt="" />
180
+            <img style={{ width: '100%', height: '300px' }} src={imgValue ? imgValue : poster1} alt="" />
180 181
             <div style={{ display: 'flex', alignItems: 'center', marginTop: '-24px' }}>
181 182
               <img style={{ width: '70px', height: '70px', border: '4px solid #fff', borderRadius: '35px', marginLeft: '16px' }} src={touxiang} alt="" />
182 183
               <span style={{ color: '#222', fontWeight: '600', margin: '24px 10px 0 14px', fontSize: '17px' }}>喵喵</span>
@@ -247,7 +248,7 @@ const Edit = (props) => {
247 248
         <div>
248 249
           <p style={{ display: 'flex', alignItems: 'center', fontSize: '14px', color: '#999', margin: '0', lineHeight: '0' }}><img src={logo} style={{ width: '22px', marginRight: '10px' }} />知与行互动</p>
249 250
           <p style={{ fontSize: '16px', color: '#222', fontWeight: '600', margin: '0' }}>{inputValue ? inputValue : '置业V客厅 精准获客平台'}</p>
250
-          <img style={{ width: '200px', height: '140px' }} src={imgValue ? imgValue : poster} alt="" />
251
+          <img style={{ width: '200px', height: '140px' }} src={imgValue ? imgValue : poster2} alt="" />
251 252
         </div>
252 253
       </div>
253 254
       <div style={{ display: 'flex', alignItems: 'center', width: '100%' }}>