Commit e529843a authored by 卢均锐's avatar 卢均锐

fix: [17674] c端装修活动商品选择抽屉补充minType参数

parent 043bee1b
......@@ -54,6 +54,9 @@ const MarketingCardGood: React.FC<MarketingCardGoodProps> = (props: MarketingCar
shopId
};
const isWithActivityType = actType ? { ...common, activityType: actType } : common;
if (exType) {
isWithActivityType.minType = exType
}
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