feat:
This commit is contained in:
@ -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());
|
||||
|
||||
@ -142,6 +142,7 @@ export default function Job() {
|
||||
inviteCode,
|
||||
path: PageUrl.Job,
|
||||
params: sortType === SortType.CREATE_TIME ? { sortType } : {},
|
||||
title: sortType === SortType.CREATE_TIME ? '今日春节岗位已更新,快来看看' : '',
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user