Commit e3ab3ac2 authored by spc's avatar spc

phoneCallback

parent 821b80a8
......@@ -573,7 +573,7 @@ const onGetPhoneNumber = async (e) => {
try {
// 隐藏授权弹窗
showMask.value = false;
userStore.phoneCallback(e.detail).then(async () => {
// 重新获取用户信息(登录后)
await fetchAct915HomeData();
......@@ -587,6 +587,7 @@ const onGetPhoneNumber = async (e) => {
// 使用统一的助力处理函数
await handleInvitationAssist(incomingCode);
}
})
} catch (error) {
console.error('授权后处理失败:', error)
uni.showToast({ title: '授权失败', icon: 'none' });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment