This commit is contained in:
chashaobao
2026-02-05 00:53:13 +08:00
parent 4cc4aaa707
commit 1e29b34518
7 changed files with 26 additions and 7 deletions

View File

@ -152,6 +152,7 @@ export default function Certification() {
const handlePublishJob = useCallback(async () => {
try {
Taro.showLoading();
console.log('哈哈哈', cachedJobId);
await postPublishJob(cachedJobId!);
await Toast.success('通告发布成功', 1500, true);
store.dispatch(clearCachedJobId());

View File

@ -142,6 +142,7 @@ export default function Job() {
inviteCode,
path: PageUrl.Job,
params: sortType === SortType.CREATE_TIME ? { sortType } : {},
title: sortType === SortType.CREATE_TIME ? '今日春节岗位已更新,快来看看' : '',
});
});