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
yyq
2017-05-27 12:05:34 +0800
Commit
09d83f850beb1d3376ad116e742ad8ff18f3d4d6
2 parents
873142fe
629a973e
Merge branch 'hotfix/exchangeSkc' into feature/feedBackFooter
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/home/returns-apply.js
public/js/home/returns-apply.js
View file @
09d83f8
...
...
@@ -386,7 +386,7 @@ function packGoogsList() {
cskc
=
$par
.
find
(
'.exchange-color'
).
val
()
*
1
;
$par
.
find
(
'.exchange-color'
).
each
(
function
()
{
$par
.
find
(
'.exchange-color'
).
children
().
each
(
function
()
{
if
(
cskc
===
+
$
(
this
).
attr
(
'value'
))
{
goodsInfo
.
new_goods_id
=
$
(
this
).
data
(
'goodsid'
);
}
...
...
Please
register
or
login
to post a comment