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
e28d21e2
Commit
e28d21e2
authored
Aug 12, 2025
by
chenkai1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加埋点
parent
27757f0c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1786 additions
and
1677 deletions
+1786
-1677
expertTeamPage.vue
pages/expertTeamPage/expertTeamPage.vue
+13
-0
Home.vue
views/Home.vue
+1773
-1677
No files found.
pages/expertTeamPage/expertTeamPage.vue
View file @
e28d21e2
...
@@ -37,6 +37,8 @@
...
@@ -37,6 +37,8 @@
getHealthField
getHealthField
}
from
"@/api/common"
;
}
from
"@/api/common"
;
import
md
from
'@/md'
;
const
curTabIndex
=
ref
(
1
);
const
curTabIndex
=
ref
(
1
);
onLoad
((
options
)
=>
{
onLoad
((
options
)
=>
{
...
@@ -44,10 +46,21 @@
...
@@ -44,10 +46,21 @@
console
.
log
(
'接收到的参数:'
,
curTabIndex
.
value
)
console
.
log
(
'接收到的参数:'
,
curTabIndex
.
value
)
});
});
const
onSelTab
=
(
index
)
=>
{
const
onSelTab
=
(
index
)
=>
{
let
str
=
index
===
1
?
'名医专家'
:
(
index
===
2
?
'科研专家'
:
'权威机构'
)
md
.
sensorLogTake
({
xcxClick
:
"专家团二级页面点击"
,
pageName
:
"专家团-二级页面"
,
buttonName
:
str
+
"tab按钮点击"
,
});
curTabIndex
.
value
=
index
;
curTabIndex
.
value
=
index
;
}
}
//跳转到医生问诊页面
//跳转到医生问诊页面
const
onLink
=
async
()
=>
{
const
onLink
=
async
()
=>
{
md
.
sensorLogTake
({
xcxClick
:
"专家团二级页面点击"
,
pageName
:
"专家团-二级页面"
,
buttonName
:
"专家在线咨询按钮点击"
,
});
const
res
=
await
getHealthField
();
const
res
=
await
getHealthField
();
if
(
!
res
.
success
)
{
if
(
!
res
.
success
)
{
...
...
views/Home.vue
View file @
e28d21e2
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