flat: 语音提示

This commit is contained in:
Apcallover
2025-12-25 13:43:19 +08:00
parent 8280cc9fae
commit 1673b63cda

View File

@@ -343,11 +343,12 @@ async function handleFaceLogin() {
uni.reLaunch({ uni.reLaunch({
url: '/pages/index/index', url: '/pages/index/index',
}); });
// 登录成功、数据回填 } else {
if (resume.data.sex) { if (resume.data.sex) {
pageTitle.value = `就享家服务程序(${name})`; pageTitle.value = `就享家服务程序(${name})`;
fromValue.sex = resume.data.sex === '男' ? 0 : 1; fromValue.sex = resume.data.sex === '男' ? 0 : 1;
} }
playTextDirectly('登录成功,请完善简历信息');
} }
}); });
}); });