From 86be0d99b7af7303428cd18d92ddf02044a113f5 Mon Sep 17 00:00:00 2001 From: hainuo Date: Thu, 2 Nov 2017 15:14:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=9B=A0=E4=B8=BAjquery?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8=E4=B9=A6=E5=86=99=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E5=AF=BC=E8=87=B4radio=20=E7=9A=84=E9=80=89=E4=B8=AD=E5=80=BC?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=8F=90=E4=BA=A4=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oscshop/admin/view/settings/general.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscshop/admin/view/settings/general.html b/oscshop/admin/view/settings/general.html index f12f959..8afe66c 100644 --- a/oscshop/admin/view/settings/general.html +++ b/oscshop/admin/view/settings/general.html @@ -139,7 +139,7 @@ $('#send').click(function(){ $.post( "{:url('Settings/save')}", - $('input[type=\'text\'],input[type=\'hidden\'],input[type=\'radio\'],textarea'), + $('input[type=\'text\'],input[type=\'hidden\'],input[type=\'radio\']:checked,textarea'), function(d){ art.dialog({ content:d.success, -- Gitee