招聘会页面优化

This commit is contained in:
xuchao
2025-12-24 17:47:32 +08:00
parent 8438946789
commit b07d56801b
2 changed files with 31 additions and 21 deletions

View File

@@ -683,11 +683,6 @@ onMounted(() => {
// 获取企业信息
getCompanyInfo();
// pageNull.value = 0;
// 监听退出登录事件,显示微信登录弹窗
uni.$on('showLoginModal', () => {
wxAuthLoginRef.value?.open();
pageNull.value = 0;
});
});
onUnmounted(() => {
@@ -695,6 +690,11 @@ onUnmounted(() => {
});
onShow(() => {
// 监听退出登录事件,显示微信登录弹窗
uni.$on('showLoginModal', () => {
wxAuthLoginRef.value?.open();
pageNull.value = 0;
});
// 获取最新的企业信息
getCompanyInfo();
//四级联动单点及权限