From 12c3ad1e6ea81ce3df958e0aaaa4324d61c694a3 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Mon, 22 Jan 2024 11:25:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=BE=91=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= 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 cec16b1..03fcc19 100644 --- a/src/views/users/GiftManageView.vue +++ b/src/views/users/GiftManageView.vue @@ -1237,7 +1237,7 @@ export default { } // 设置其他视图文件效果图片 - $('#viewUploadFile').val(json.entity.viewUrl); + $('#viewUploadFile').val(''); $('#otherViewType').val(json.entity.otherViewType); $('#viewUrl').val(json.entity.viewUrl); $('#viewFile').attr("src", json.entity.viewUrl);