|
@@ -56,7 +56,7 @@ $(function() {
|
|
|
//上传
|
|
//上传
|
|
|
uploadFile(fileList[i], "file", function(data) {
|
|
uploadFile(fileList[i], "file", function(data) {
|
|
|
$img.attr("src", base_image_server_url+data.path);
|
|
$img.attr("src", base_image_server_url+data.path);
|
|
|
- $img.attr("path", base_image_server_url+data.path);
|
|
|
|
|
|
|
+ $img.attr("path", data.path);
|
|
|
}, function(error) {
|
|
}, function(error) {
|
|
|
console.log(error)
|
|
console.log(error)
|
|
|
});
|
|
});
|