apps/cMiniApp/src/subpackages/task/taskDetail/InnerPage.vue
@@ -236,7 +236,8 @@ } }); const handleApply = useAccessLogin(async () => { const handleApply = useAccessReal( async () => { try { let params: API.ApplyTaskCommand = { ids: [id], @@ -247,7 +248,9 @@ refetch({ type: 'inactive' }); } } catch (error) {} }); }, { message: '实名成功后才可报名,请前往实名认证' } ); const handleAttention = useAccessLogin(async () => { try {