Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
android
/
dayu
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a10e3186
authored
Oct 27, 2020
by
mReturn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix收货详情页发货日期显示错误
parent
4d2f12c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
orderCenter/src/main/java/com/dayu/order/ui/activity/OrderPartReceiveActivity.java
orderCenter/src/main/java/com/dayu/order/ui/activity/OrderPartReceiveActivity.java
View file @
a10e3186
...
...
@@ -144,7 +144,7 @@ public class OrderPartReceiveActivity extends BaseActivity<PartRecievePresenter,
public
void
setPartDetail
(
OrderPartListBean
data
)
{
mBind
.
tvCode
.
setText
(
data
.
getSendCourierNumber
());
mBind
.
tvCompany
.
setText
(
data
.
getSendCourierCompany
());
mBind
.
tvDate
.
setText
(
data
.
get
Create
Time
());
mBind
.
tvDate
.
setText
(
data
.
get
Send
Time
());
mBind
.
tvAddress
.
setText
(
data
.
getReceiverAddress
());
mBind
.
tvName
.
setText
(
data
.
getReceiverName
());
mBind
.
tvPhone
.
setText
(
data
.
getReceiverMobile
());
...
...
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