Quellcode durchsuchen

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

傅行帆 vor 5 Jahren
Ursprung
Commit
9af9506e92
1 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
  1. 7
    7
      src/pages/carouselFigure/advertisingList.jsx

+ 7
- 7
src/pages/carouselFigure/advertisingList.jsx Datei anzeigen

55
       align: 'center',
55
       align: 'center',
56
       render: (contentType) => <span>{ contentType === 'project' ? '项目' : contentType === 'activity' ? '活动' : contentType === 'news' ? '资讯' : contentType === 'other' ? '其他' : contentType === 'help' ? '助力' : contentType === 'group' ? '拼团' : '' }</span>
56
       render: (contentType) => <span>{ contentType === 'project' ? '项目' : contentType === 'activity' ? '活动' : contentType === 'news' ? '资讯' : contentType === 'other' ? '其他' : contentType === 'help' ? '助力' : contentType === 'group' ? '拼团' : '' }</span>
57
     },
57
     },
58
-    {
59
-      title: '发布位置',
60
-      dataIndex: 'showPosition',
61
-      key: 'showPosition',
62
-      align: 'center',
63
-      render: (showPosition) => <span>{ showPosition === 'index' ? '首页' : showPosition === 'mall' ? '商城' : '' }</span>
64
-    },
58
+    // {
59
+    //   title: '发布位置',
60
+    //   dataIndex: 'showPosition',
61
+    //   key: 'showPosition',
62
+    //   align: 'center',
63
+    //   render: (showPosition) => <span>{ showPosition === 'index' ? '首页' : showPosition === 'mall' ? '商城' : '' }</span>
64
+    // },
65
     {
65
     {
66
       title: '发布时间',
66
       title: '发布时间',
67
       dataIndex: 'createDate',
67
       dataIndex: 'createDate',