ソースを参照

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
         },
52
         },
53
         {
53
         {
54
             name: '在线选房',
54
             name: '在线选房',
55
-            value: 'salesBatch',
55
+            value: 'house',
56
             visible,
56
             visible,
57
         },
57
         },
58
     ]
58
     ]

+ 8
- 6
src/pages/carouselFigure/advertisingList.jsx ファイルの表示

68
       dataIndex: 'contentType',
68
       dataIndex: 'contentType',
69
       key: 'contentType',
69
       key: 'contentType',
70
       align: 'center',
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
       title: '发布位置',
75
       title: '发布位置',
232
         <Form.Item>
232
         <Form.Item>
233
           {getFieldDecorator('contentType')(
233
           {getFieldDecorator('contentType')(
234
             <Select style={{ width: '180px' }} placeholder="类型">
234
             <Select style={{ width: '180px' }} placeholder="类型">
235
-              <Option value="activity">活动</Option>
236
               <Option value="project">项目</Option>
235
               <Option value="project">项目</Option>
237
               <Option value="news">资讯</Option>
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
               <Option value="nothing">无</Option>
243
               <Option value="nothing">无</Option>
242
             </Select>,
244
             </Select>,
243
           )}
245
           )}

+ 1
- 1
src/pages/channel/newCustomer/index.jsx ファイルの表示

119
             key: 'targetType',
119
             key: 'targetType',
120
             align: 'center',
120
             align: 'center',
121
         render: (text, record) => <span>{text == 'project' ? '项目' : text == 'activity' ? '常规活动'  : text == 'help' ? '助力活动'  : text == 'group' ? '拼团活动'
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
             title: '内容',
125
             title: '内容',