| | |
| | | <template> |
| | | <ContentView> |
| | | <nut-noticebar |
| | | :text="`个人简历已完善${userResumeInfo?.completeRate ?? 0},完善简历可提升录用率`" |
| | | :text="`个人简历已完善${userResumeInfo?.completeRate ?? 0}%,完善简历可提升录用率`" |
| | | :left-icon="false" |
| | | background="transparent" |
| | | close-mode |
| | |
| | | } |
| | | }); |
| | | |
| | | const { userResumeInfo, refetch } = useUserResume(); |
| | | |
| | | const jobTag = computed( |
| | | () => userResumeInfo?.value?.userExpectJobs?.map((x) => x.expectJobContent) ?? [] |
| | | ); |
| | | |
| | | const { userResumeInfo, refetch } = useUserResume(); |
| | | |
| | | function goPage(routeName: string) { |
| | | Taro.navigateTo({ |