Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
周少峰
8 years ago
Commit
e657b21ea9302da1b5f2169d8b09e62cd6ad961c
2 parents
0661695a
0659c08b
Merge branch 'feature/payOrderCtx' into gray
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/home/models/returns.js
apps/home/models/returns.js
View file @
e657b21
...
...
@@ -454,7 +454,7 @@ module.exports = class extends global.yoho.BaseModel {
}
if
(
result
[
1
].
data
&&
resData
.
detail
&&
resData
.
detail
.
express
List
)
{
if
(
result
[
1
].
data
&&
resData
.
detail
&&
resData
.
detail
.
express
)
{
_
.
set
(
resData
,
'detail.express.expressList'
,
that
.
getExpressCompany
(
result
[
1
].
data
));
}
...
...
Please
register
or
login
to post a comment