3 커밋 0b058fd21b ... 87bca8f492

작성자 SHA1 메시지 날짜
  wjx 87bca8f492 Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage 4 일 전
  wjx 7ab3b9980f fix 4 일 전
  wjx ff4e7a0b90 fix 4 일 전
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/pages/launchSystemV3/tencentAdPutIn/create/Dynamic/newDynamic.tsx

+ 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') {