首页恢复招聘会、帮扶页面跳转事件

This commit is contained in:
xuchao
2026-01-16 12:42:04 +08:00
parent ef25f954a4
commit 1508a1a717

View File

@@ -608,6 +608,14 @@ const wxAuthLoginRef = ref(null);
const state = reactive({
tabIndex: 'all',
});
//帮扶模块跳转
const helpClick = () => {
navTo('/packageB/priority/helpFilter');
};
//招聘会模块跳转
const handleJobFairClick = () => {
navTo('/pages/careerfair/careerfair');
};
const list = ref([]);
const pageState = reactive({
page: 0,