Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
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
mali
6 years ago
Commit
124614accdcd02f3141c8cec41f0423f198fb408
1 parent
c0d750f1
图片上传的接口切换
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/main/webapp/html/product/productEdit.html
web/src/main/webapp/html/product/productEdit.html
View file @
124614a
...
...
@@ -428,7 +428,7 @@
onLoadSuccess
:
function
(
data
)
{
$
.
messager
.
progress
(
"close"
);
$
(
document
).
find
(
'.file-close'
).
click
();
that
.
dom
.
imageUpload
.
before
(
'<div class="img" data-url="'
+
data
.
data
+
'" style="background-image:url('
+
data
.
data
.
url
+
');">'
);
that
.
dom
.
imageUpload
.
before
(
'<div class="img" data-url="'
+
data
.
data
+
'" style="background-image:url('
+
data
.
data
+
');">'
);
return
false
;
}
});
...
...
Please
register
or
login
to post a comment