From dbb193c7e9d56ed2431015fd295e3340eb08f5e1 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Tue, 9 Jan 2024 15:51:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=852?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/users/GiftManageView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/users/GiftManageView.vue b/src/views/users/GiftManageView.vue index cc331bb..e5a608b 100644 --- a/src/views/users/GiftManageView.vue +++ b/src/views/users/GiftManageView.vue @@ -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 {