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
biao
9 years ago
Commit
f81099f8794ca7e27811a2a0a7759f512b6c9e7f
1 parent
230b7ca1
update for upload
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
apps/me/models/returns.js
public/js/me/exchange.page.js
apps/me/models/returns.js
View file @
f81099f
...
...
@@ -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
(
'我的退/换货'
));
...
...
public/js/me/exchange.page.js
View file @
f81099f
...
...
@@ -294,7 +294,6 @@ function bindConfirmEvent() {
return
false
;
}
$changeGood
.
each
(
function
(
index
,
good
)
{
var
goodObj
=
{};
var
$good
=
$
(
good
);
...
...
@@ -320,11 +319,13 @@ function bindConfirmEvent() {
$imgs
=
$specialReason
.
find
(
'.right-content'
).
find
(
'.thumb-box'
);
$imgs
.
each
(
function
(
idx
,
img
)
{
imgs
.
push
(
$
(
img
).
data
(
'img'
));
});
if
(
$imgs
.
length
)
{
$imgs
.
each
(
function
(
idx
,
img
)
{
imgs
.
push
(
$
(
img
).
data
(
'img'
));
});
goodObj
.
evidence_images
=
imgs
;
goodObj
.
evidence_images
=
imgs
;
}
}
changeGoodsList
.
push
(
goodObj
);
});
...
...
Please
register
or
login
to post a comment