Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
e3ab3ac2
Commit
e3ab3ac2
authored
Sep 10, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
phoneCallback
parent
821b80a8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
14 deletions
+15
-14
act0915.vue
activity0915/act0915/act0915.vue
+15
-14
No files found.
activity0915/act0915/act0915.vue
View file @
e3ab3ac2
...
...
@@ -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' });
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment