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
dc374e9e
Commit
dc374e9e
authored
Aug 31, 2022
by
万齐军
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'd/4.4.10' into 'feat/qj/net_quality'
# Conflicts: # build.gradle
parents
cf35b08b
c2689a91
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
6 deletions
+3
-6
build.gradle
build.gradle
+1
-1
config.gradle
config.gradle
+1
-1
EightCategoryView.kt
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/EightCategoryView.kt
+1
-4
No files found.
build.gradle
View file @
dc374e9e
...
@@ -14,7 +14,7 @@ buildscript {
...
@@ -14,7 +14,7 @@ buildscript {
ydlrouter_version
=
'1.2.3'
ydlrouter_version
=
'1.2.3'
constrait_support_version
=
'1.0.2'
constrait_support_version
=
'1.0.2'
componentVersion
=
"0.3.0.4
7.12-SNAPSHOT
"
componentVersion
=
"0.3.0.4
4
"
}
}
repositories
{
repositories
{
mavenCentral
()
mavenCentral
()
...
...
config.gradle
View file @
dc374e9e
...
@@ -164,7 +164,7 @@ ext {
...
@@ -164,7 +164,7 @@ ext {
"blankUtil"
:
"com.blankj:utilcode:1.25.9"
,
"blankUtil"
:
"com.blankj:utilcode:1.25.9"
,
"ydl-hnet"
:
"com.ydl:h-net:0.0.8"
,
"ydl-hnet"
:
"com.ydl:h-net:0.0.8"
,
"ydl-user-router"
:
"com.ydl:router:1.0.0-SNAPSHOT@aar"
,
"ydl-user-router"
:
"com.ydl:router:1.0.0-SNAPSHOT@aar"
,
"ydl-device"
:
"com.ydl:device-id:0.0.3
4
"
,
"ydl-device"
:
"com.ydl:device-id:0.0.3
5
"
,
//flutter功能组件升级===>发布ydl-flutter组件===>引用flutter相关的业务模块
//flutter功能组件升级===>发布ydl-flutter组件===>引用flutter相关的业务模块
"ydl-flutter"
:
"com.ydl:ydl-flutter:0.0.57@aar"
,
//flutter aar
"ydl-flutter"
:
"com.ydl:ydl-flutter:0.0.57@aar"
,
//flutter aar
// "ydl-flutter-sp" : "com.ydl:ydl-flutter-sp:0.0.2@aar", //flutter 缓存 aar
// "ydl-flutter-sp" : "com.ydl:ydl-flutter-sp:0.0.2@aar", //flutter 缓存 aar
...
...
m-consultant/src/main/java/com/yidianling/consultant/ui/view/topView/EightCategoryView.kt
View file @
dc374e9e
package
com.yidianling.consultant.ui.view.topView
package
com.yidianling.consultant.ui.view.topView
import
android.app.Activity
import
android.content.Context
import
android.content.Context
import
android.util.AttributeSet
import
android.util.AttributeSet
import
android.view.View
import
android.view.View
...
@@ -21,8 +20,6 @@ import com.yidianling.consultant.listener.OnCategoriesSelectedListener
...
@@ -21,8 +20,6 @@ import com.yidianling.consultant.listener.OnCategoriesSelectedListener
import
com.yidianling.consultant.model.bean.AllFilter
import
com.yidianling.consultant.model.bean.AllFilter
import
com.yidianling.consultant.model.bean.ChildrenBean
import
com.yidianling.consultant.model.bean.ChildrenBean
import
com.yidianling.consultant.model.bean.EightCategoryBean
import
com.yidianling.consultant.model.bean.EightCategoryBean
import
kotlinx.android.synthetic.main.consultant_expert_search_big_shot_one.view.*
import
kotlinx.android.synthetic.main.consultant_layout_category_view.*
import
kotlinx.android.synthetic.main.consultant_layout_category_view.view.*
import
kotlinx.android.synthetic.main.consultant_layout_category_view.view.*
class
EightCategoryView
:
LinearLayout
,
CategoryDetailAdapter
.
OutAdapterClicklistener
,
class
EightCategoryView
:
LinearLayout
,
CategoryDetailAdapter
.
OutAdapterClicklistener
,
...
@@ -145,7 +142,7 @@ class EightCategoryView : LinearLayout, CategoryDetailAdapter.OutAdapterClicklis
...
@@ -145,7 +142,7 @@ class EightCategoryView : LinearLayout, CategoryDetailAdapter.OutAdapterClicklis
category_detail
.
layoutManager
=
leftmanager
category_detail
.
layoutManager
=
leftmanager
category_detail
.
adapter
=
categoryRightAdapter
category_detail
.
adapter
=
categoryRightAdapter
mutableList
.
forEachIndexed
{
index
,
mutable
->
mutableList
.
forEachIndexed
{
index
,
mutable
->
if
(
mutable
[
0
].
isSelected
)
{
if
(
mutable
.
size
>
0
&&
mutable
[
0
].
isSelected
)
{
eightCategoryListBean
.
get
(
index
).
hasData
=
true
eightCategoryListBean
.
get
(
index
).
hasData
=
true
return
@forEachIndexed
return
@forEachIndexed
}
}
...
...
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