Преглед на файлове

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

zhoulisen преди 5 години
родител
ревизия
0d9a5940d4
променени са 3 файла, в които са добавени 10 реда и са изтрити 8 реда
  1. 1
    1
      src/components/SelectButton/QrcodeType.jsx
  2. 8
    6
      src/pages/carouselFigure/advertisingList.jsx
  3. 1
    1
      src/pages/channel/newCustomer/index.jsx

+ 1
- 1
src/components/SelectButton/QrcodeType.jsx Целия файл

@@ -52,7 +52,7 @@ const qrcodeType = props => {
52 52
         },
53 53
         {
54 54
             name: '在线选房',
55
-            value: 'salesBatch',
55
+            value: 'house',
56 56
             visible,
57 57
         },
58 58
     ]

+ 8
- 6
src/pages/carouselFigure/advertisingList.jsx Целия файл

@@ -68,8 +68,8 @@ const header = (props) => {
68 68
       dataIndex: 'contentType',
69 69
       key: 'contentType',
70 70
       align: 'center',
71
-      render: (contentType) => <span>{contentType === 'project' ? '项目' : contentType === 'activity' ? '活动' : contentType === 'news' ? '资讯' : contentType === 'other' ? '其他' :
72
-        contentType === 'help' ? '助力' : contentType === 'group' ? '拼团' : contentType === 'h5' ? 'H5活动' : contentType === 'salesBatch' ? '销售批次详情' : contentType === 'live' ? '直播活动详情' : '无'}</span>
71
+      render: (contentType) => <span>{contentType === 'project' ? '项目' : contentType === 'activity' ? '报名活动' : contentType === 'news' ? '资讯' : contentType === 'other' ? '其他' :
72
+        contentType === 'help' ? '助力活动' : contentType === 'group' ? '拼团活动' : contentType === 'h5' ? 'H5活动' : contentType === 'salesBatch' ? '在线选房' : contentType === 'live' ? '直播活动' : '无'}</span>
73 73
     },
74 74
     {
75 75
       title: '发布位置',
@@ -232,12 +232,14 @@ const header = (props) => {
232 232
         <Form.Item>
233 233
           {getFieldDecorator('contentType')(
234 234
             <Select style={{ width: '180px' }} placeholder="类型">
235
-              <Option value="activity">活动</Option>
236 235
               <Option value="project">项目</Option>
237 236
               <Option value="news">资讯</Option>
238
-              <Option value="help">助力</Option>
239
-              <Option value="group">拼团</Option>
240
-              <Option value="h5">H5</Option>
237
+              <Option value="activity">报名活动</Option>
238
+              <Option value="help">助力活动</Option>
239
+              <Option value="group">拼团活动</Option>
240
+              <Option value="h5">H5活动</Option>
241
+              <Option value="live">直播活动</Option>
242
+              <Option value="salesBatch">在线选房</Option>
241 243
               <Option value="nothing">无</Option>
242 244
             </Select>,
243 245
           )}

+ 1
- 1
src/pages/channel/newCustomer/index.jsx Целия файл

@@ -119,7 +119,7 @@ const qrcodelist = props => {
119 119
             key: 'targetType',
120 120
             align: 'center',
121 121
         render: (text, record) => <span>{text == 'project' ? '项目' : text == 'activity' ? '常规活动'  : text == 'help' ? '助力活动'  : text == 'group' ? '拼团活动'
122
-        : text == 'h5' ? 'H5活动' : text == 'live' ? '直播活动': text == 'news' ? '资讯' : text == 'salesBatch' ? '销售批次' : ''}</span>,
122
+        : text == 'h5' ? 'H5活动' : text == 'live' ? '直播活动': text == 'news' ? '资讯' : text == 'house' ? '在线选房' : ''}</span>,
123 123
         },
124 124
         {
125 125
             title: '内容',