|
@@ -92,8 +92,8 @@ const HomeSwiper: FC<PropsWithChildren<SwiperGroupProps>> = (props) => {
|
|
|
action_type: group.action_type,
|
|
|
action_params: group.action_params,
|
|
|
additional: {
|
|
|
- default: (adata: any) => {
|
|
|
- todoHandler && todoHandler(adata);
|
|
|
+ default: () => {
|
|
|
+ todoHandler && todoHandler(group);
|
|
|
},
|
|
|
},
|
|
|
},
|