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