Просмотр исходного кода

Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage

wjx 3 дней назад
Родитель
Сommit
f277df43cc
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/pages/launchSystemV3/tencentAdPutIn/create/Dynamic/newDynamic.tsx

+ 3 - 3
src/pages/launchSystemV3/tencentAdPutIn/create/Dynamic/newDynamic.tsx

@@ -178,9 +178,9 @@ const NewDynamic: React.FC<Props> = ({ putInType, value: newValue, visible, onCl
                 params.automaticSiteEnabled = automaticSiteEnabled
                 params.automaticSiteEnabled = automaticSiteEnabled
             } else {
             } else {
                 params.siteSet = siteSet
                 params.siteSet = siteSet
-                if (siteSet?.length > 0) {
-                    params.siteSet = (siteSet as any).filter((item: string) => item !== 'SITE_SET_SEARCH_SCENE')
-                }
+                // if (siteSet?.length > 0) {
+                //     params.siteSet = (siteSet as any).filter((item: string) => item !== 'SITE_SET_SEARCH_SCENE')
+                // }
             }
             }
             params.taskType = putInType
             params.taskType = putInType
             if (putInType === 'GAME') {
             if (putInType === 'GAME') {