申请人列表接口对接

This commit is contained in:
francis_fh
2025-12-19 15:58:25 +08:00
parent 19e1aab840
commit f6b5144daa
3 changed files with 31 additions and 56 deletions

View File

@@ -682,10 +682,11 @@ const goToCompanyInfo = () => {
onMounted(() => {
// 获取企业信息
getCompanyInfo();
// pageNull.value = 0;
// 监听退出登录事件,显示微信登录弹窗
uni.$on('showLoginModal', () => {
wxAuthLoginRef.value?.open();
pageNull.value = 0;
});
});