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
40eb0645
Commit
40eb0645
authored
Jun 23, 2025
by
王炽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
埋点修复
parent
d8dea3e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
ContentLibrary.vue
pages/library/ContentLibrary.vue
+11
-11
Integral.vue
views/Integral.vue
+1
-1
No files found.
pages/library/ContentLibrary.vue
View file @
40eb0645
...
...
@@ -163,7 +163,7 @@
height: item.imgHeight + 'rpx',
width: item.imgWidth + 'rpx'
}
"
@
click
=
"xingmaHandler(item.link)"
@
click
=
"xingmaHandler(item.link
, subIndex
)"
mode
=
"aspectFit"
/>
<
text
...
...
@@ -1693,13 +1693,13 @@ import md from '../../md';
let
buttonName
=
''
;
switch
(
subIndex
){
case
0
:
buttonName
=
`次内容版块分类${activeTab.value+1
}
-内容1`
;
buttonName
=
`次内容版块分类${activeTab
2
.value+1
}
-内容1`
;
break
;
case
1
:
buttonName
=
`次内容版块分类${activeTab.value+1
}
-内容2`
;
buttonName
=
`次内容版块分类${activeTab
2
.value+1
}
-内容2`
;
break
;
case
2
:
buttonName
=
`次内容版块分类${activeTab.value+1
}
-内容3`
;
buttonName
=
`次内容版块分类${activeTab
2
.value+1
}
-内容3`
;
break
;
}
...
...
@@ -1711,7 +1711,7 @@ import md from '../../md';
}
//第三个三切页列表,星妈Talk
const
xingmaHandler
=
(
link
)
=>
{
const
xingmaHandler
=
(
link
,
subIndex
)
=>
{
jump
({
type
:
link
.
type
,
//JumpType.H5,
url
:
link
.
url
...
...
@@ -1720,13 +1720,13 @@ import md from '../../md';
let
buttonName
=
''
;
switch
(
subIndex
){
case
0
:
buttonName
=
`第三内容版块分类${activeTab.value+1
}
-内容1`
;
buttonName
=
`第三内容版块分类${activeTab
3
.value+1
}
-内容1`
;
break
;
case
1
:
buttonName
=
`第三内容版块分类${activeTab.value+1
}
-内容2`
;
buttonName
=
`第三内容版块分类${activeTab
3
.value+1
}
-内容2`
;
break
;
case
2
:
buttonName
=
`第三内容版块分类${activeTab.value+1
}
-内容3`
;
buttonName
=
`第三内容版块分类${activeTab
3
.value+1
}
-内容3`
;
break
;
}
...
...
@@ -1751,13 +1751,13 @@ import md from '../../md';
let
buttonName
=
''
;
switch
(
subIndex
){
case
0
:
buttonName
=
`第四内容版块分类${activeTab.value+1
}
-内容1`
;
buttonName
=
`第四内容版块分类${activeTab
4
.value+1
}
-内容1`
;
break
;
case
1
:
buttonName
=
`第四内容版块分类${activeTab.value+1
}
-内容2`
;
buttonName
=
`第四内容版块分类${activeTab
4
.value+1
}
-内容2`
;
break
;
case
2
:
buttonName
=
`第四内容版块分类${activeTab.value+1
}
-内容3`
;
buttonName
=
`第四内容版块分类${activeTab
4
.value+1
}
-内容3`
;
break
;
}
...
...
views/Integral.vue
View file @
40eb0645
...
...
@@ -1565,7 +1565,7 @@
break
;
}
buttonName1
=
`-商品${googidx
+ 1
}
`
;
buttonName1
=
`-商品${googidx
}
`
;
md
.
sensorLogTake
({
xcxClick
:
"积分服务页-二屏页面点击"
,
pageName
:
"积分服务页-二三四屏"
,
...
...
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