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
b5110217
Commit
b5110217
authored
Sep 12, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed
parent
61d2afe5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
14 deletions
+8
-14
act0915.vue
activity0915/act0915/act0915.vue
+8
-14
No files found.
activity0915/act0915/act0915.vue
View file @
b5110217
...
...
@@ -370,7 +370,7 @@ const fetchAct915HomeData = async () => {
// 检查是否有未领取的奖品需要弹窗
if (unclaimedPrizes.value.length > 0) {
if (unclaimedPrizes.value
?
.length > 0) {
showPrizeModal()
}
...
...
@@ -393,17 +393,11 @@ const fetchAct915HomeData = async () => {
console.log('用户未登录,显示授权弹窗')
showMask.value = true
}
} else {
console.log('没有邀请码,检查是否需要显示授权弹窗(未登录用户)', incomingCode)
// 没有邀请码,检查是否需要显示授权弹窗(未登录用户)
if (data.notLogin || !isLogin.value) {
showMask.value = true
}
}
if (isLogin.value) {
console.warn('isLogin.value', isLogin.value)
showMask.value = false
}else{
showMask.value = true
}
}
...
...
@@ -741,11 +735,11 @@ const onGetPhoneNumber = async (e) => {
// 检查是否有邀请码需要处理助力
if (incomingCode) {
//
if (incomingCode) {
// 使用统一的助力处理函数
await handleInvitationAssist(incomingCode);
}
//
// 使用统一的助力处理函数
//
await handleInvitationAssist(incomingCode);
//
}
}, {
wxLoginBusinessDTO: {
activityUserInvite915Code: incomingCode
...
...
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