feat: 我的页面活动状态
This commit is contained in:
2
dist/pages/my/index.js
vendored
2
dist/pages/my/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user