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
3ed124c7
Commit
3ed124c7
authored
Oct 13, 2025
by
劳琪峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改1015活动的分享url
parent
131cc66f
Changes
2
Show 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 @
3ed124c7
...
...
@@ -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 @
3ed124c7
...
...
@@ -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