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
zhangxiaoru
9 years ago
Commit
bf3fad9282f8760a366612f24edd184e0d01ede8
1 parent
434b7db7
exchange
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/me/models/returns.js
apps/me/models/returns.js
View file @
bf3fad9
...
...
@@ -719,7 +719,6 @@ const getExchangeDetailData = (id, uid) => {
returnsAPI
.
getExchangeDetail
(
id
,
uid
),
returnsAPI
.
getExpressCompanyAsync
()
]).
then
(
result
=>
{
console
.
log
(
result
);
let
exchangeData
=
{};
Object
.
assign
(
exchangeData
,
_setSideMenu
(
'我的退/换货'
));
...
...
Please
register
or
login
to post a comment