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
29d61aeb
Commit
29d61aeb
authored
Oct 24, 2025
by
劳琪峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 迭代1015
parent
c91c66a3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
11 deletions
+13
-11
InviteTask.vue
activities/1015/components/InviteTask.vue
+1
-1
home.vue
activities/1015/home.vue
+7
-5
mock-configs.json
activities/1015/mock-configs.json
+5
-5
bg2.jpg
public/activity/1015/v1/home/bg2.jpg
+0
-0
No files found.
activities/1015/components/InviteTask.vue
View file @
29d61aeb
...
...
@@ -96,7 +96,7 @@ async function initComponent() {
await
updateInvitationInfo
()
updateShareData
({
path
:
'/activities/1015/home?invitationCode='
+
invitationInfo
.
value
.
invitationCode
,
path
WithCode
:
'/activities/1015/home?invitationCode='
+
invitationInfo
.
value
.
invitationCode
,
})
const
{
unclaimedPrizes
}
=
invitationInfo
.
value
...
...
activities/1015/home.vue
View file @
29d61aeb
...
...
@@ -86,20 +86,22 @@ const bgStyle = computed(() => {
})
// 定义分享函数
const getShareData = (
type
) => {
console.log('getShareData 被调用',
type
)
const getShareData = (
event
) => {
console.log('getShareData 被调用',
event
)
const {title, imageUrl, path} = shareData.value
const {title, imageUrl, path, pathWithCode} = shareData.value
const pathToUse = event.from == 'button' ? pathWithCode : path
console.log('分享参数:', {
title,
path,
path
ToUse
,
imageUrl,
})
return {
title,
path,
path
: pathToUse
,
imageUrl,
}
}
...
...
activities/1015/mock-configs.json
View file @
29d61aeb
{
"background"
:
{
"image"
:
"https://course.feihe.com/momclub-picture/activity/1015/v2/home/bg.jpg"
,
"image"
:
"https://course.feihe.com/momclub-picture/activity/1015/v2/home/bg
2
.jpg"
,
"style"
:
{
"backgroundPosition"
:
{
"y"
:
"calc(4937rpx + 845rpx)"
...
...
@@ -351,7 +351,7 @@
"appId"
:
"wx4205ec55b793245e"
},
"type"
:
2
,
"url"
:
"subPackages/shopMainProcess/product/index?productId=
662389781175669644&skuId=662389781175669645
&entrySource=xmh_wechatmp_activity_1015ppz"
"url"
:
"subPackages/shopMainProcess/product/index?productId=
523207922066495151&skuId=523207922066495152
&entrySource=xmh_wechatmp_activity_1015ppz"
}
}
},
...
...
@@ -481,7 +481,7 @@
"appId"
:
"wx4205ec55b793245e"
},
"type"
:
2
,
"url"
:
"subPackages/shopMainProcess/product/index?productId=
548984197069284758&skuId=548984197069284759
&entrySource=xmh_wechatmp_activity_1015ppz"
"url"
:
"subPackages/shopMainProcess/product/index?productId=
810599134194852228&skuId=814341426202304584
&entrySource=xmh_wechatmp_activity_1015ppz"
}
}
},
...
...
@@ -507,7 +507,7 @@
"appId"
:
"wx4205ec55b793245e"
},
"type"
:
2
,
"url"
:
"subPackages/shopMainProcess/product/index?productId=79223
2869316748776&skuId=792232869316748777
&entrySource=xmh_wechatmp_activity_1015ppz"
"url"
:
"subPackages/shopMainProcess/product/index?productId=79223
1885605659449&skuId=792231885605659449
&entrySource=xmh_wechatmp_activity_1015ppz"
}
}
},
...
...
@@ -533,7 +533,7 @@
"appId"
:
"wx4205ec55b793245e"
},
"type"
:
2
,
"url"
:
"subPackages/shopMainProcess/product/index?productId=70
4050114989893289&skuId=704050114989893290
&entrySource=xmh_wechatmp_activity_1015ppz"
"url"
:
"subPackages/shopMainProcess/product/index?productId=70
1593489939273114&skuId=701593489939273115
&entrySource=xmh_wechatmp_activity_1015ppz"
}
}
}
...
...
public/activity/1015/v1/home/bg2.jpg
0 → 100644
View file @
29d61aeb
This diff is collapsed.
Click to expand it.
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