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
25a80428
Commit
25a80428
authored
Aug 02, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 格式化
parent
8fea5e61
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
ExpertSearchFragment.kt
m-consultant/src/main/java/com/yidianling/consultant/ExpertSearchFragment.kt
+1
-1
MineFragment.kt
m-user/src/main/java/com/yidianling/user/mine/MineFragment.kt
+1
-1
user_mine_fragment_mine.xml
m-user/src/main/res/layout/user_mine_fragment_mine.xml
+3
-3
No files found.
m-consultant/src/main/java/com/yidianling/consultant/ExpertSearchFragment.kt
View file @
25a80428
...
...
@@ -1486,7 +1486,7 @@ class ExpertSearchFragment : BaseMvpFragment<IExpertSearchView, ExpertSearchPres
val
orderToPayTime
=
SharedPreferencesEditor
.
getString
(
"orderToPayTime"
)
va
r
timeLimit
=
if
(
TextUtils
.
isEmpty
(
orderToPayTime
))
{
va
l
timeLimit
=
if
(
TextUtils
.
isEmpty
(
orderToPayTime
))
{
0L
}
else
{
orderToPayTime
.
toLong
()
...
...
m-user/src/main/java/com/yidianling/user/mine/MineFragment.kt
View file @
25a80428
...
...
@@ -212,7 +212,7 @@ class MineFragment : BaseFragment(), SwipeRefreshLayout.OnRefreshListener, View.
val
orderNum
=
response
.
data
?.
consultOrderNum
?:
0
if
(
orderNum
>
0
)
{
iv_order_tip
.
visibility
=
View
.
VISIBLE
va
r
numberStr
=
if
(
orderNum
>
99
)
{
va
l
numberStr
=
if
(
orderNum
>
99
)
{
"99+"
}
else
{
"$orderNum"
...
...
m-user/src/main/res/layout/user_mine_fragment_mine.xml
View file @
25a80428
...
...
@@ -417,18 +417,18 @@
app:layout_constraintTop_toTopOf=
"parent"
/>
<TextView
tools:text=
"9"
android:id=
"@+id/iv_order_tip"
android:layout_width=
"12dp"
android:layout_height=
"12dp"
android:background=
"@drawable/user_mine_background_red_point_new_coupon"
android:gravity=
"center"
android:textSize=
"6sp"
android:textColor=
"@color/white"
android:
background=
"@drawable/user_mine_background_red_point_new_coupon
"
android:
textSize=
"6sp
"
android:visibility=
"gone"
app:layout_constraintCircle=
"@id/iv_trade_order"
app:layout_constraintCircleAngle=
"45"
app:layout_constraintCircleRadius=
"10dp"
tools:text=
"9"
tools:visibility=
"visible"
/>
<TextView
...
...
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