首页恢复招聘会、帮扶页面跳转事件
This commit is contained in:
@@ -608,6 +608,14 @@ const wxAuthLoginRef = ref(null);
|
|||||||
const state = reactive({
|
const state = reactive({
|
||||||
tabIndex: 'all',
|
tabIndex: 'all',
|
||||||
});
|
});
|
||||||
|
//帮扶模块跳转
|
||||||
|
const helpClick = () => {
|
||||||
|
navTo('/packageB/priority/helpFilter');
|
||||||
|
};
|
||||||
|
//招聘会模块跳转
|
||||||
|
const handleJobFairClick = () => {
|
||||||
|
navTo('/pages/careerfair/careerfair');
|
||||||
|
};
|
||||||
const list = ref([]);
|
const list = ref([]);
|
||||||
const pageState = reactive({
|
const pageState = reactive({
|
||||||
page: 0,
|
page: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user