feat: 我的页面活动状态

This commit is contained in:
eric
2022-11-27 13:30:52 +08:00
parent ae1fb6626d
commit 93a3e93494
2 changed files with 6 additions and 5 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);
getDetails(openid,'0');
},
};
getTable(objParams);
@@ -266,19 +266,20 @@ const my = (props: any) => {
>
{/* <Tab title={`待审核 ${detailsData?.length??0}`} name="1"> */}
<Tab title={`待审核`} name="1">
<View>{CardCom()}</View>
</Tab>
{/* <Tab title="已报名">
<View>222</View>
</Tab> */}
<Tab title="待参加" name="2">
{CardCom()}
</Tab>
<Tab title="已取消" name="4">
{CardCom()}
</Tab>
{/* <Tab title="已结束" name='4'>44</Tab> */}
</Tabs>
<View>{CardCom()}</View>
</View>
<View className="cellArr">