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
315a0743
Commit
315a0743
authored
Oct 13, 2025
by
spc
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://gitlab.dui88.com/fh/20250528_FHQ1
into dev
parents
38af78d4
a73c375b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
InviteTask.vue
activities/1015/components/InviteTask.vue
+3
-3
home.vue
activities/1015/home.vue
+1
-1
No files found.
activities/1015/components/InviteTask.vue
View file @
315a0743
...
...
@@ -55,12 +55,12 @@ async function tryAssist() {
const
invitationCode
=
options
.
invitationCode
;
if
(
invitationCode
&&
!
isAssist
.
value
&&
isLogin
.
value
)
{
console
.
log
(
'处理助力邀请码:'
,
in
coming
Code
)
console
.
log
(
'处理助力邀请码:'
,
in
vitation
Code
)
try
{
const
unionId
=
uni
.
getStorageSync
(
'unionId'
);
const
res
=
await
invitationAssist
(
in
coming
Code
,
unionId
);
const
res
=
await
invitationAssist
(
in
vitation
Code
,
unionId
);
if
(
res
&&
res
.
success
)
{
uni
.
showToast
({
title
:
'助力成功'
,
...
...
@@ -96,7 +96,7 @@ onMounted(async () => {
await
updateInvitationInfo
()
updateShareData
({
path
:
'/activities/1015/home
/index
?invitationCode='
+
invitationInfo
.
value
.
invitationCode
,
path
:
'/activities/1015/home?invitationCode='
+
invitationInfo
.
value
.
invitationCode
,
})
const
{
unclaimedPrizes
}
=
invitationInfo
.
value
...
...
activities/1015/home.vue
View file @
315a0743
...
...
@@ -43,7 +43,7 @@ const loading = ref(true) // 加载状态
const
shareData
=
ref
({
title
:
'星妈会超级品牌周来啦!'
,
imageUrl
:
'https://course.feihe.com/momclub-picture/Act915Page/v2/act915ShareImg.png'
,
path
:
'/activities/1015/home
/index
'
,
path
:
'/activities/1015/home'
,
})
// 获取store实例
...
...
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