Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
9a9e0176
Commit
9a9e0176
authored
Jul 14, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 咨询顶部埋点问题修复
parent
28e484f5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
config.gradle
config.gradle
+1
-1
BigShotOneView.kt
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/BigShotOneView.kt
+1
-1
BigShotThreeView.kt
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/BigShotThreeView.kt
+3
-3
BigShotTwoView.kt
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/BigShotTwoView.kt
+2
-2
RecommendItemView.kt
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/RecommendItemView.kt
+1
-1
No files found.
config.gradle
View file @
9a9e0176
ext
{
ext
{
dev_mode
=
false
//组件发布的时候需要设置为false
dev_mode
=
false
//组件发布的时候需要设置为false
ydl2PublishVersion
=
"0.2.0.
8
"
ydl2PublishVersion
=
"0.2.0.
9
"
ydlPublishVersion
=
[
ydlPublishVersion
=
[
// -------------- 业务模块 --------------
// -------------- 业务模块 --------------
//第三步 若干
//第三步 若干
...
...
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/BigShotOneView.kt
View file @
9a9e0176
...
@@ -55,7 +55,7 @@ class BigShotOneView : LinearLayout {
...
@@ -55,7 +55,7 @@ class BigShotOneView : LinearLayout {
val
h5Params
=
H5Params
(
bean
.
specialTopicUrl
,
null
)
val
h5Params
=
H5Params
(
bean
.
specialTopicUrl
,
null
)
NewH5Activity
.
start
(
context
,
h5Params
)
NewH5Activity
.
start
(
context
,
h5Params
)
ActionCountUtils
.
count
(
ActionCountUtils
.
count
(
ConsultBIConstants
.
PART_ID_CONSULT_
FILTER
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
ConsultBIConstants
.
PART_ID_CONSULT_
COUNSELOR_LIST
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean
.
specialTopicTitle
bean
.
specialTopicTitle
)
)
}
}
...
...
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/BigShotThreeView.kt
View file @
9a9e0176
...
@@ -59,7 +59,7 @@ class BigShotThreeView : LinearLayout {
...
@@ -59,7 +59,7 @@ class BigShotThreeView : LinearLayout {
val
h5Params
=
H5Params
(
bean1
.
specialTopicUrl
,
null
)
val
h5Params
=
H5Params
(
bean1
.
specialTopicUrl
,
null
)
NewH5Activity
.
start
(
context
,
h5Params
)
NewH5Activity
.
start
(
context
,
h5Params
)
ActionCountUtils
.
count
(
ActionCountUtils
.
count
(
ConsultBIConstants
.
PART_ID_CONSULT_
FILTER
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
ConsultBIConstants
.
PART_ID_CONSULT_
COUNSELOR_LIST
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean1
.
specialTopicTitle
bean1
.
specialTopicTitle
)
)
...
@@ -69,7 +69,7 @@ class BigShotThreeView : LinearLayout {
...
@@ -69,7 +69,7 @@ class BigShotThreeView : LinearLayout {
val
h5Params
=
H5Params
(
bean2
.
specialTopicUrl
,
null
)
val
h5Params
=
H5Params
(
bean2
.
specialTopicUrl
,
null
)
NewH5Activity
.
start
(
context
,
h5Params
)
NewH5Activity
.
start
(
context
,
h5Params
)
ActionCountUtils
.
count
(
ActionCountUtils
.
count
(
ConsultBIConstants
.
PART_ID_CONSULT_
FILTER
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
ConsultBIConstants
.
PART_ID_CONSULT_
COUNSELOR_LIST
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean2
.
specialTopicTitle
bean2
.
specialTopicTitle
)
)
...
@@ -79,7 +79,7 @@ class BigShotThreeView : LinearLayout {
...
@@ -79,7 +79,7 @@ class BigShotThreeView : LinearLayout {
val
h5Params
=
H5Params
(
bean3
.
specialTopicUrl
,
null
)
val
h5Params
=
H5Params
(
bean3
.
specialTopicUrl
,
null
)
NewH5Activity
.
start
(
context
,
h5Params
)
NewH5Activity
.
start
(
context
,
h5Params
)
ActionCountUtils
.
count
(
ActionCountUtils
.
count
(
ConsultBIConstants
.
PART_ID_CONSULT_
FILTER
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
ConsultBIConstants
.
PART_ID_CONSULT_
COUNSELOR_LIST
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean3
.
specialTopicTitle
bean3
.
specialTopicTitle
)
)
...
...
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/BigShotTwoView.kt
View file @
9a9e0176
...
@@ -56,7 +56,7 @@ class BigShotTwoView : LinearLayout {
...
@@ -56,7 +56,7 @@ class BigShotTwoView : LinearLayout {
val
h5Params
=
H5Params
(
bean1
.
specialTopicUrl
,
null
)
val
h5Params
=
H5Params
(
bean1
.
specialTopicUrl
,
null
)
NewH5Activity
.
start
(
context
,
h5Params
)
NewH5Activity
.
start
(
context
,
h5Params
)
ActionCountUtils
.
count
(
ActionCountUtils
.
count
(
ConsultBIConstants
.
PART_ID_CONSULT_
FILTER
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
ConsultBIConstants
.
PART_ID_CONSULT_
COUNSELOR_LIST
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean1
.
specialTopicTitle
bean1
.
specialTopicTitle
)
)
...
@@ -67,7 +67,7 @@ class BigShotTwoView : LinearLayout {
...
@@ -67,7 +67,7 @@ class BigShotTwoView : LinearLayout {
val
h5Params
=
H5Params
(
bean2
.
specialTopicUrl
,
null
)
val
h5Params
=
H5Params
(
bean2
.
specialTopicUrl
,
null
)
NewH5Activity
.
start
(
context
,
h5Params
)
NewH5Activity
.
start
(
context
,
h5Params
)
ActionCountUtils
.
count
(
ActionCountUtils
.
count
(
ConsultBIConstants
.
PART_ID_CONSULT_
FILTER
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
ConsultBIConstants
.
PART_ID_CONSULT_
COUNSELOR_LIST
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean2
.
specialTopicTitle
bean2
.
specialTopicTitle
)
)
...
...
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/RecommendItemView.kt
View file @
9a9e0176
...
@@ -70,7 +70,7 @@ class RecommendItemView : LinearLayout {
...
@@ -70,7 +70,7 @@ class RecommendItemView : LinearLayout {
val
h5Params
=
H5Params
(
bean
.
specialTopicUrl
,
null
)
val
h5Params
=
H5Params
(
bean
.
specialTopicUrl
,
null
)
NewH5Activity
.
start
(
context
,
h5Params
)
NewH5Activity
.
start
(
context
,
h5Params
)
ActionCountUtils
.
count
(
ActionCountUtils
.
count
(
ConsultBIConstants
.
PART_ID_CONSULT_
FILTER
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
ConsultBIConstants
.
PART_ID_CONSULT_
COUNSELOR_LIST
_PAGE
+
"|"
+
ConsultBIConstants
.
POSITION_CONSULT_COUNSELOR_LIST_BANNER_CLICK
,
bean
.
specialTopicTitle
bean
.
specialTopicTitle
)
)
...
...
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