3 Комити 0b058fd21b ... 87bca8f492

Аутор SHA1 Порука Датум
  wjx 87bca8f492 Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage пре 2 дана
  wjx 7ab3b9980f fix пре 2 дана
  wjx ff4e7a0b90 fix пре 2 дана

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

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