傅行帆 5 anni fa
parent
commit
11941dc99e

+ 2
- 2
src/pages/building/list/add/components/base.jsx Vedi File

@@ -594,8 +594,8 @@ function AddBuilding(props) {
594 594
               <NewImageUpload onChange={e => console.log(e,"66")}/>,
595 595
             )}
596 596
           </Form.Item>
597
-          <Form.Item label="亮点类型">
598
-            {getFieldDecorator('highlightsType', {
597
+          <Form.Item label="亮点类型" help="说明:项目亮点必须上传封面图才会在小程序端展示">
598
+            {getFieldDecorator('highlightsType',{
599 599
               initialValue: "rich",
600 600
             })(
601 601
             <Radio.Group onChange={e => highlightsTypeChange(e)}>

+ 1
- 1
src/pages/building/list/add/components/poster.jsx Vedi File

@@ -121,7 +121,7 @@ const Poster = props => {
121 121
             overflow: 'hidden',
122 122
             textOverflow: 'ellipsis',
123 123
           }}>{inputValue || (building.buildingName || '海报标题')}</p>
124
-          <p style={{ color: '#999', padding: ' 0 20px' }}><span style={{ color: '#fd0d0c', fontSize: '24px', marginLeft: '6px' }}>{building.price} </span><span style={{ color: '#fd0d0c', fontSize: '20px' }}></span></p>
124
+          <p style={{ color: '#999', padding: ' 0 20px' }}><span style={{ color: '#fd0d0c', fontSize: '24px', marginLeft: '6px' }}>{building.price} </span><span style={{ color: '#fd0d0c', fontSize: '20px' }}></span></p>
125 125
           <img src={yinhao} style={{ width: '30px', marginLeft: '22px' }} alt="" />
126 126
           <p style={{
127 127
             margin: '16px 20px 28px 20px', fontSize: '17px', color: '#999',