|
@@ -65,6 +65,9 @@ const NewDynamic: React.FC<Props> = ({ putInType, value: newValue, visible, onCl
|
|
|
wechatSceneSpecPosition: sceneSpec?.wechatPosition || [],
|
|
wechatSceneSpecPosition: sceneSpec?.wechatPosition || [],
|
|
|
taskType: putInType
|
|
taskType: putInType
|
|
|
}
|
|
}
|
|
|
|
|
+ if (siteSet?.length > 0) {
|
|
|
|
|
+ params.siteSet = (siteSet as any).filter((item: string) => item !== 'SITE_SET_SEARCH_SCENE')
|
|
|
|
|
+ }
|
|
|
if (putInType === 'GAME') {
|
|
if (putInType === 'GAME') {
|
|
|
params.marketingSubGoal = marketingSubGoal
|
|
params.marketingSubGoal = marketingSubGoal
|
|
|
}
|
|
}
|