Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-07-29 16:40:40 +0800
Commit
25d29b4bb30d4a0bc312d666fe82f7d131c69fe8
1 parent
7cae2742
handle merge
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/me/models/returns.js
public/js/common/bind-polyfill.js
apps/me/models/returns.js
View file @
25d29b4
...
...
@@ -630,7 +630,7 @@ const _setExchangeDetailData = (data) => {
}
break
;
case
20
:
case
20
:
if
(
data
.
deliveryTpyeName
===
'寄回换货'
)
{
Object
.
assign
(
list
,
{
...
...
public/js/common/bind-polyfill.js
View file @
25d29b4
...
...
@@ -27,4 +27,4 @@ if (!Function.prototype.bind) {
return
fBound
;
};
}
\ No newline at end of file
}
...
...
Please
register
or
login
to post a comment