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