From 1673b63cdad828e84087059127f346e1e267dd96 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Thu, 25 Dec 2025 13:43:19 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E8=AF=AD=E9=9F=B3=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/login.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index dbe9cda..4c77180 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -343,11 +343,12 @@ async function handleFaceLogin() { uni.reLaunch({ url: '/pages/index/index', }); - // 登录成功、数据回填 + } else { if (resume.data.sex) { pageTitle.value = `就享家服务程序(${name})`; fromValue.sex = resume.data.sex === '男' ? 0 : 1; } + playTextDirectly('登录成功,请完善简历信息'); } }); });