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
dc544841
Commit
dc544841
authored
Sep 12, 2025
by
spc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
md;
parent
53dbb12d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
act0915.vue
activity0915/act0915/act0915.vue
+14
-2
No files found.
activity0915/act0915/act0915.vue
View file @
dc544841
...
@@ -147,8 +147,8 @@ const getShareData = (type) => {
...
@@ -147,8 +147,8 @@ const getShareData = (type) => {
console
.
log
(
'getShareData 被调用'
,
type
)
console
.
log
(
'getShareData 被调用'
,
type
)
const
{
proxy
}
=
getCurrentInstance
()
const
{
proxy
}
=
getCurrentInstance
()
const
$baseUrl
=
proxy
.
$baseUrl
const
$baseUrl
=
proxy
.
$baseUrl
const
shareTitle
=
invitationText
.
value
||
'星妈会超级品牌周来啦!666积分兑换爱本纤纤3日装!'
const
shareTitle
=
'星妈会超级品牌周来啦!666积分兑换爱本纤纤3日装!'
const
shareImage
=
invitationImageUrl
.
value
||
$baseUrl
+
'Act915Page/v2/act915ShareImg.png'
const
shareImage
=
$baseUrl
+
'Act915Page/v2/act915ShareImg.png'
const
sharePath
=
type
.
from
==
'button'
?
`/activity0915/act0915/act0915?invitationCode=
${
invitationCode
.
value
}
`
:
`/activity0915/act0915/act0915`
const
sharePath
=
type
.
from
==
'button'
?
`/activity0915/act0915/act0915?invitationCode=
${
invitationCode
.
value
}
`
:
`/activity0915/act0915/act0915`
...
@@ -428,6 +428,12 @@ const showPrizeModal = () => {
...
@@ -428,6 +428,12 @@ const showPrizeModal = () => {
}
}
const handleLotteryClick = () => {
const handleLotteryClick = () => {
md.sensorComponentLogTake({
xcxComponentClick: "true",
pageName: "915专题活动首页",
componentName: "中部抽奖banner",
componentContent: "中部抽奖banner"
});
// 从配置中获取抽奖banner链接
// 从配置中获取抽奖banner链接
const lotteryLink = config.value?.lottery?.link
const lotteryLink = config.value?.lottery?.link
if (lotteryLink) {
if (lotteryLink) {
...
@@ -590,6 +596,12 @@ const handleInvitationAssist = async (incomingCode) => {
...
@@ -590,6 +596,12 @@ const handleInvitationAssist = async (incomingCode) => {
// 邀请按钮点击处理
// 邀请按钮点击处理
const handleInviteClick = () => {
const handleInviteClick = () => {
md.sensorComponentLogTake({
xcxComponentClick: "true",
pageName: "915专题活动首页",
componentName: "邀请得好礼",
componentContent: "立即邀请"
});
console.log('点击邀请按钮')
console.log('点击邀请按钮')
// 检查是否登录
// 检查是否登录
...
...
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