apps/cMiniApp/src/subpackages/task/taskDetail/InnerPage.vue
@@ -129,6 +129,7 @@ } from '@12333/constants'; import { useAccessLogin } from '@/hooks'; import { useTaskInfo } from '@12333/hooks'; import _ from 'lodash'; defineOptions({ name: 'InnerPage', @@ -162,7 +163,8 @@ } }); const handleApply = useAccessReal( const handleApply = _.debounce( useAccessReal( async () => { try { let params: API.ApplyTaskCommand = { @@ -176,6 +178,12 @@ } catch (error) {} }, { message: '实名成功后才可报名,请前往实名认证' } ), 1000, { leading: true, trailing: false, } ); const handleAttention = useAccessLogin(async () => {