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
2016-08-24 09:50:16 +0800
Commit
230b7ca1cad3ac8b3bf027035ca441a1f684505a
1 parent
c7b0242a
update for upload
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
public/js/me/exchange.page.js
public/js/plugins/upload.js
public/js/me/exchange.page.js
View file @
230b7ca
...
...
@@ -377,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
({
...
...
public/js/plugins/upload.js
View file @
230b7ca
...
...
@@ -54,7 +54,6 @@ function getResponse(cb) {
num
++
;
if
(
res
)
{
clearInterval
(
inter
);
$result
[
0
].
contentDocument
.
body
.
innerText
=
''
;
if
(
cb
)
{
return
cb
(
$
.
parseJSON
(
res
));
...
...
Please
register
or
login
to post a comment