Commit 7dbdad2c authored by 前端-黄佳鑫's avatar 前端-黄佳鑫
parents 0a354b92 e529843a
...@@ -54,6 +54,9 @@ const MarketingCardGood: React.FC<MarketingCardGoodProps> = (props: MarketingCar ...@@ -54,6 +54,9 @@ const MarketingCardGood: React.FC<MarketingCardGoodProps> = (props: MarketingCar
shopId shopId
}; };
const isWithActivityType = actType ? { ...common, activityType: actType } : common; const isWithActivityType = actType ? { ...common, activityType: actType } : common;
if (exType) {
isWithActivityType.minType = exType
}
return await getMarketingAdornPlatformActivityListAdorn(isWithActivityType as any); return await getMarketingAdornPlatformActivityListAdorn(isWithActivityType as any);
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment