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
1899cb1a
Commit
1899cb1a
authored
Aug 08, 2022
by
霍志良
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/release' into feat/diamond_category_zl
# Conflicts: # build.gradle
parents
c02301ce
cebfc34e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
+3
-8
im_activity_other_msg_detail.xml
m-im/src/main/res/layout/im_activity_other_msg_detail.xml
+1
-1
MineFragment.kt
m-user/src/main/java/com/yidianling/user/mine/MineFragment.kt
+1
-6
user_mine_fragment_mine.xml
m-user/src/main/res/layout/user_mine_fragment_mine.xml
+1
-1
No files found.
m-im/src/main/res/layout/im_activity_other_msg_detail.xml
View file @
1899cb1a
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
...
...
@@ -28,6 +27,7 @@
android:id=
"@+id/lv_content"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:paddingBottom=
"30dp"
android:background=
"#f3f3f3"
android:divider=
"@null"
/>
...
...
m-user/src/main/java/com/yidianling/user/mine/MineFragment.kt
View file @
1899cb1a
...
...
@@ -214,12 +214,7 @@ class MineFragment : BaseFragment(), SwipeRefreshLayout.OnRefreshListener, View.
val
orderNum
=
response
.
data
?.
consultOrderNum
?:
0
if
(
orderNum
>
0
)
{
iv_order_tip
.
visibility
=
View
.
VISIBLE
val
numberStr
=
if
(
orderNum
>
99
)
{
"99+"
}
else
{
"$orderNum"
}
iv_order_tip
.
text
=
numberStr
iv_order_tip
.
text
=
orderNum
.
toString
()
getLocal
().
setConsult
(
true
)
getLocal
().
setConsultNum
(
orderNum
)
}
else
{
...
...
m-user/src/main/res/layout/user_mine_fragment_mine.xml
View file @
1899cb1a
...
...
@@ -428,7 +428,7 @@
app:layout_constraintCircle=
"@id/iv_trade_order"
app:layout_constraintCircleAngle=
"45"
app:layout_constraintCircleRadius=
"10dp"
tools:text=
"9"
tools:text=
"9
11
"
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