wupengfei
昨天 639f26323941b17902e1669778b2857465a8038a
apps/cMiniApp/src/subpackages/task/taskDetail/InnerPage.vue
@@ -123,7 +123,7 @@
        @click="handleCall"
      ></PageFooterAction>
      <PageFooterBtn
        v-if="from === 'sign'"
        v-if="from === 'sign' && !!detail?.applyButton"
        type="primary"
        :disabled="detail?.applyButton === GetTaskInfoQueryResultApplyButton.WaitHire"
        @click="handleSign"
@@ -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 {