From 8509434ca5b0ee9f2fb60d6eca770b475380f81a Mon Sep 17 00:00:00 2001 From: dy <1197793912@qq.com> Date: Thu, 8 Apr 2021 13:42:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E7=AE=A1=E7=90=86=E5=90=8E?= =?UTF-8?q?=E5=8F=B0vo=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/activity/info/add.html | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/sino-activity/src/main/resources/templates/activity/info/add.html b/sino-activity/src/main/resources/templates/activity/info/add.html index fe92b4101..4ec25f2eb 100644 --- a/sino-activity/src/main/resources/templates/activity/info/add.html +++ b/sino-activity/src/main/resources/templates/activity/info/add.html @@ -317,7 +317,7 @@
-
@@ -329,7 +329,7 @@
-
@@ -347,7 +347,7 @@
选择图片更改 - + 清除
@@ -360,7 +360,7 @@
-
@@ -372,7 +372,7 @@
-
@@ -384,7 +384,7 @@
-
@@ -395,7 +395,7 @@
-
@@ -408,8 +408,8 @@

效果图

- 活动标题 - 活动描述 + 活动标题 + 活动描述 自定义按钮1 @@ -991,7 +991,9 @@ var btnFinish = $('').text('完成') .addClass('btn btn-info') .on('click', function () { - submit(); + //添加保存逻辑 + var data = $("#form-info-add").serialize(); + alert(data); }); var btnCancel = $('').text('取消') .addClass('btn btn-danger')