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
c4a5dcdc
Commit
c4a5dcdc
authored
Jul 05, 2022
by
YKai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 排序中台2.0需求优化提交
parent
2ed762aa
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
config.gradle
config.gradle
+2
-2
FilterPopupWindow.kt
m-consultant/src/main/java/com/yidianling/consultant/ui/view/FilterPopupWindow.kt
+2
-0
consultant_item_price_range.xml
m-consultant/src/main/res/layout/consultant_item_price_range.xml
+1
-3
consultant_layout_search_content.xml
m-consultant/src/main/res/layout/consultant_layout_search_content.xml
+1
-1
No files found.
config.gradle
View file @
c4a5dcdc
...
...
@@ -6,7 +6,7 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.50.50"
,
"m-consultant"
:
"0.0.60.7
5
"
,
"m-consultant"
:
"0.0.60.7
6
"
,
"m-fm"
:
"0.0.30.09"
,
"m-user"
:
"0.0.62.72"
,
"m-home"
:
"0.0.24.00"
,
...
...
@@ -89,7 +89,7 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.50.50"
,
"m-consultant"
:
"0.0.60.7
5
"
,
"m-consultant"
:
"0.0.60.7
6
"
,
"m-fm"
:
"0.0.30.09"
,
"m-user"
:
"0.0.62.72"
,
"m-home"
:
"0.0.24.00"
,
...
...
m-consultant/src/main/java/com/yidianling/consultant/ui/view/FilterPopupWindow.kt
View file @
c4a5dcdc
...
...
@@ -708,6 +708,8 @@ class FilterPopupWindow(
tempFilter
.
priceRangesView
=
textView
etMinPrice
?.
setText
(
priceRangesItem
.
min_price
)
etMaxPrice
?.
setText
(
priceRangesItem
.
max_price
)
etMinPrice
?.
setSelection
(
etMinPrice
?.
text
!!
.
length
)
etMaxPrice
?.
setSelection
(
etMaxPrice
?.
text
!!
.
length
)
}
updateCount
(
ConsultBIConstants
.
POSITION_AVERAGE_SERVICE_INPUT
)
...
...
m-consultant/src/main/res/layout/consultant_item_price_range.xml
View file @
c4a5dcdc
...
...
@@ -27,7 +27,6 @@
android:background=
"@drawable/shape_round_gray_bored"
android:inputType=
"number"
android:maxLines=
"1"
android:textCursorDrawable=
"@color/platform_main_theme"
android:textSize=
"13sp"
android:maxLength=
"7"
/>
...
...
@@ -45,9 +44,8 @@
android:layout_marginLeft=
"10dp"
android:background=
"@drawable/shape_round_gray_bored"
android:inputType=
"number"
android:maxLines=
"1"
android:textCursorDrawable=
"@color/platform_main_theme"
android:textSize=
"13sp"
android:maxLines=
"1"
android:maxLength=
"7"
/>
...
...
m-consultant/src/main/res/layout/consultant_layout_search_content.xml
View file @
c4a5dcdc
...
...
@@ -33,7 +33,7 @@
android:width=
"0dp"
android:drawableEnd=
"@drawable/platform_ic_arrow_drop_down_grey_500_18dp"
android:drawableRight=
"@drawable/platform_ic_arrow_drop_down_grey_500_18dp"
android:text=
"
@string/platform_theme
"
android:text=
"
困扰
"
android:textColor=
"@color/platform_color_242424"
/>
<com.ydl.ydlcommon.view.DrawableRightTextView
...
...
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