Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
2016-10-11 13:45:49 +0800
Commit
effc1a609434754768829ec388579875edf756b2
1 parent
f4013ab2
suggest上传图片
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/home/suggest.page.js
public/js/home/suggest.page.js
View file @
effc1a6
...
...
@@ -54,7 +54,7 @@ $('#upload-img').upload({
}));
},
onUploadComplete
:
function
(
file
,
data
)
{
data
=
saveImage
(
data
);
data
=
saveImage
.
saveImage
(
data
);
$uploadImgList
.
html
(
''
);
imgStr
=
data
.
imgList
[
0
].
imgRelUrl
;
...
...
Please
register
or
login
to post a comment