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
c7b0242a635ce48503b5e46eaa9a6ca46002351d
1 parent
ff86e593
fix upload img bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
public/js/me/exchange.page.js
public/js/me/exchange.page.js
View file @
c7b0242
...
...
@@ -302,6 +302,9 @@ function bindConfirmEvent() {
var
$f
=
$good
.
find
(
'.form'
);
var
$specialReason
=
$good
.
find
(
'.special-reason'
);
$imgs
=
null
;
imgs
=
[];
goodObj
.
product_skn
=
$c
.
data
(
'skn'
);
goodObj
.
product_skc
=
$c
.
data
(
'skc'
);
goodObj
.
product_sku
=
$c
.
data
(
'sku'
);
...
...
@@ -374,7 +377,7 @@ function bindImgDeleteEvent() {
}
function
doUpload
(
count
,
goodIndex
)
{
var
$el
=
$
(
'*[data-good-index='
+
goodIndex
+
']'
);
var
$el
=
$
(
'*[data-good-index='
+
goodIndex
+
']'
)
if
(
count
<
4
)
{
upload
.
up
({
...
...
Please
register
or
login
to post a comment