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
5ec44817538fae0eabdb49a9656a2528b3dc431a
1 parent
fc5dd017
fix issue
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
apps/me/models/returns.js
public/js/me/exchange.page.js
apps/me/models/returns.js
View file @
5ec4481
...
...
@@ -574,7 +574,7 @@ const getChangeType = (uid, areaCode) => {
const
getChangeGoodsList
=
(
orderCode
,
uid
)
=>
{
return
returnsAPI
.
getChangeGoodsListAsync
(
orderCode
,
uid
).
then
(
result
=>
{
const
basicData
=
{
title
:
'
申请换货
'
title
:
'
换货申请
'
};
let
data
;
...
...
public/js/me/exchange.page.js
View file @
5ec4481
...
...
@@ -118,6 +118,8 @@ function bindColorEvent() {
var
colorText
=
$this
.
attr
(
'alt'
);
var
$c
=
$this
.
closest
(
'.group.color'
).
find
(
'.color-text'
);
$
(
'.size-list .active'
).
removeClass
(
'active'
);
$c
.
text
(
colorText
);
$c
.
attr
(
'data-color'
,
colorId
);
...
...
Please
register
or
login
to post a comment