From e510c937f1ce28743fabe3ee82d46ca2e6a3aa8c Mon Sep 17 00:00:00 2001 From: xu0625 <1212> Date: Thu, 15 Apr 2021 09:27:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=BD=E5=A5=96=E6=B4=BB=E5=8A=A8=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/activity/info/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sino-activity/src/main/resources/templates/activity/info/edit.html b/sino-activity/src/main/resources/templates/activity/info/edit.html index 5bac31a7f..a82144965 100644 --- a/sino-activity/src/main/resources/templates/activity/info/edit.html +++ b/sino-activity/src/main/resources/templates/activity/info/edit.html @@ -1143,7 +1143,7 @@ $("#btnPri").text("自定义按钮"); } var pictureval = $("#pictureval").val(); - $("#pictureimg").attr("src", picval); + $("#pictureimg").attr("src", pictureval); $("input[type='checkbox'][name ^='actPageConfigUserinfo']").each(function (){ var id = this.id; var boolean = $("#" + id).prop("checked");