活动管理-修改操作添加

This commit is contained in:
dy 2021-04-12 16:37:27 +08:00
parent c13b8005e6
commit 5fc55cb940
1 changed files with 2 additions and 2 deletions

View File

@ -883,7 +883,7 @@
<div class="fileinput fileinput-new" data-provides="fileinput">
<div class="fileinput-preview thumbnail" data-trigger="fileinput"
style="width: 200px; height: 150px;">
<img th:src="*{actPageConfigSubscribe.bgImg2}">
<img th:src="*{actPageConfigSubscribe.qrCode}">
</div>
<div>
<span class="btn btn-white btn-file"><span
@ -1054,7 +1054,7 @@
var data = customSerialize("form-info-add", true);
alert(data);
$.ajax({
url: prefix + "/add",
url: prefix + "/edit",
data: data,
type: "post",
contentType: "application/json;charset=UTF-8",