From 1e29b3451847edf261117f11b71dc1dc337a8f17 Mon Sep 17 00:00:00 2001 From: chashaobao Date: Thu, 5 Feb 2026 00:53:13 +0800 Subject: [PATCH] feat: --- src/components/prejob-popup/index.less | 5 +++++ src/components/prejob-popup/index.tsx | 5 ++++- src/components/product-dialog/job-contact/index.tsx | 1 - src/components/product-dialog/steps-ui/job-buy.tsx | 12 ++++++++++-- src/hooks/use-publish-job.ts | 8 +++++--- src/pages/certification/index.tsx | 1 + src/pages/job/index.tsx | 1 + 7 files changed, 26 insertions(+), 7 deletions(-) diff --git a/src/components/prejob-popup/index.less b/src/components/prejob-popup/index.less index 55ab642..208bd65 100644 --- a/src/components/prejob-popup/index.less +++ b/src/components/prejob-popup/index.less @@ -12,6 +12,11 @@ line-height: 48px; margin-bottom: 31px; text-align: center; + + .highlight { + color: @blHighlightColor; + display: inline; + } } &__body { diff --git a/src/components/prejob-popup/index.tsx b/src/components/prejob-popup/index.tsx index b45f2e5..b99f06f 100644 --- a/src/components/prejob-popup/index.tsx +++ b/src/components/prejob-popup/index.tsx @@ -86,7 +86,10 @@ export function PrejobPopup({ onCancel, isCreateResume, onConfirm, onRefresh }:
-
以下方式任选其一均可获取联系方式
+
+
今日
免费次数已用完,请
明日
+ 再来或选择以下方式 +
{GET_CONTACT_TYPE_OPTIONS.map(option => { if (clicked && option.type === GET_CONTACT_TYPE.GROUP) { diff --git a/src/components/product-dialog/job-contact/index.tsx b/src/components/product-dialog/job-contact/index.tsx index b7b9bff..7280501 100644 --- a/src/components/product-dialog/job-contact/index.tsx +++ b/src/components/product-dialog/job-contact/index.tsx @@ -105,7 +105,6 @@ function ProductJobContactDialog(props: IProps) { const init = async () => { try { Taro.showLoading({ mask: true, title: '加载中...' }); - log('init with productRecord', productRecord); log('init with productInfo', productInfo); diff --git a/src/components/product-dialog/steps-ui/job-buy.tsx b/src/components/product-dialog/steps-ui/job-buy.tsx index 77dfd2c..b3f9316 100644 --- a/src/components/product-dialog/steps-ui/job-buy.tsx +++ b/src/components/product-dialog/steps-ui/job-buy.tsx @@ -153,10 +153,18 @@ export default function JobBuy(props: IProps) { ) : (
-
开通会员即可查看联系方式
+
今日免费查看次数
+
已用完
-
完善模卡,每日可免费查看
+
+
明日
+
再来
+
+
升级会员
+
+
+
完善模卡,优先推荐给企业,送会员
去完善
diff --git a/src/hooks/use-publish-job.ts b/src/hooks/use-publish-job.ts index 7f84907..2e5ad28 100644 --- a/src/hooks/use-publish-job.ts +++ b/src/hooks/use-publish-job.ts @@ -33,6 +33,7 @@ export const usePublishJob = (jobId?: string): [boolean, Dispatch { try { Taro.showLoading(); + console.log('哈哈哈', cachedJobId); await postPublishJob(cachedJobId!); await Toast.success('通告发布成功', 1500, true); store.dispatch(clearCachedJobId()); diff --git a/src/pages/job/index.tsx b/src/pages/job/index.tsx index a6f9a9d..f8f9e98 100644 --- a/src/pages/job/index.tsx +++ b/src/pages/job/index.tsx @@ -142,6 +142,7 @@ export default function Job() { inviteCode, path: PageUrl.Job, params: sortType === SortType.CREATE_TIME ? { sortType } : {}, + title: sortType === SortType.CREATE_TIME ? '今日春节岗位已更新,快来看看' : '', }); });