feat: 待审核状态

This commit is contained in:
eric
2022-11-27 13:37:06 +08:00
parent 93a3e93494
commit ad103dddfc
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -79,7 +79,7 @@ const my = (props: any) => {
setactiveidArr(res?.data?.activeidArr ?? []);
// 获取当前用户参与的活动
getDetails(openid,'0');
getDetails(openid,'1');
},
};
getTable(objParams);