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
193861a7
Commit
193861a7
authored
Oct 13, 2025
by
劳琪峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 登录成功后重新初始化邀请组件并尝试助力
parent
47a63bf6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
7 deletions
+11
-7
InviteTask.vue
activities/1015/components/InviteTask.vue
+11
-7
No files found.
activities/1015/components/InviteTask.vue
View file @
193861a7
...
...
@@ -89,13 +89,7 @@ async function tryAssist() {
}
}
watch
(()
=>
props
.
isLogin
,
async
(
newVal
)
=>
{
if
(
newVal
)
{
await
updateInvitationInfo
()
}
})
onMounted
(
async
()
=>
{
function
initComponent
()
{
await
updateInvitationInfo
()
updateShareData
({
...
...
@@ -113,6 +107,16 @@ onMounted(async () => {
}
await
tryAssist
()
}
watch
(()
=>
props
.
isLogin
,
async
(
newVal
)
=>
{
if
(
newVal
)
{
initComponent
()
}
})
onMounted
(
async
()
=>
{
initComponent
()
})
</
script
>
...
...
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