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
cb184cf4
Commit
cb184cf4
authored
Sep 04, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5555555
parent
3f522cde
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
XingmaLabDetailPage.vue
pages/XingmaLabDetailPage/XingmaLabDetailPage.vue
+6
-5
XingmaLabPublishPage.vue
pages/XingmaLabPublishPage/XingmaLabPublishPage.vue
+1
-0
No files found.
pages/XingmaLabDetailPage/XingmaLabDetailPage.vue
View file @
cb184cf4
...
...
@@ -64,6 +64,7 @@ import { xingmaLabDetailConfig, getImageUrl } from './config.js'
import
{
fetchRecordDetail
,
fetchFavoriteAdd
,
fetchFavoriteRemove
}
from
'@/api/xingmaLab.js'
import
{
useHomeStore
}
from
'@/stores/home.js'
import
{
useUserStore
}
from
'@/stores/user.js'
import
md
from
'../../md'
;
// 组件名称
defineOptions
({
...
...
@@ -159,11 +160,11 @@ const handleLikeClick = async () => {
//TODO:埋点
md
.
sensorComponentLogTake
({
xcxComponentClick
:
"true"
,
pageName
:
"星妈lab-藏品详情页
页
"
,
pageName
:
"星妈lab-藏品详情页"
,
componentName
:
"藏品详情"
,
componentContent
:
"收藏"
});
try
{
const
recordId
=
detailData
.
value
.
id
if
(
!
recordId
)
{
...
...
@@ -215,7 +216,7 @@ const handleShareClick = () => {
//TODO:埋点
md
.
sensorComponentLogTake
({
xcxComponentClick
:
"true"
,
pageName
:
"星妈lab-藏品详情页
页
"
,
pageName
:
"星妈lab-藏品详情页"
,
componentName
:
"藏品详情"
,
componentContent
:
"分享"
});
...
...
@@ -257,14 +258,14 @@ onMounted(async () => {
md
.
sensorComponentLogTake
({
xcxComponentExposure
:
"true"
,
pageName
:
"星妈lab-藏品详情页
页
"
,
pageName
:
"星妈lab-藏品详情页"
,
componentName
:
"藏品详情"
,
componentContent
:
"收藏"
});
md
.
sensorComponentLogTake
({
xcxComponentExposure
:
"true"
,
pageName
:
"星妈lab-藏品详情页
页
"
,
pageName
:
"星妈lab-藏品详情页"
,
componentName
:
"藏品详情"
,
componentContent
:
"分享"
});
...
...
pages/XingmaLabPublishPage/XingmaLabPublishPage.vue
View file @
cb184cf4
...
...
@@ -118,6 +118,7 @@ import Xingmalabnotimepop from '@/components/xingmaLab/Xingmalabnotimepop.vue'
import
{
useXingmaLabStore
}
from
'@/stores/xingmaLab.js'
import
{
uploadImage
}
from
'@/api/common.js'
import
{
fetchRecordPublish
}
from
'@/api/xingmaLab.js'
import
md
from
'../../md'
;
// 组件名称
defineOptions
({
...
...
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