补充2
This commit is contained in:
@@ -1052,7 +1052,7 @@ export default {
|
||||
let path = res.path;
|
||||
console.log(path);
|
||||
$('#viewUrl').val(path);
|
||||
$('#viewFile').attr("src", json.path);
|
||||
$('#viewFile').attr("src", path);
|
||||
if (path != '') {
|
||||
$("#viewFileInfo").html('已上传成功');
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user