From f44314a9ae28dba042c90e4f97110877a1f4fc84 Mon Sep 17 00:00:00 2001 From: "1170535111@qq.com" <1170535111@qq.com> Date: Thu, 20 Aug 2020 12:27:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=96=87=E5=AD=97=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lyear_js_jconfirm.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lyear_js_jconfirm.html b/lyear_js_jconfirm.html index 7244847..5161667 100644 --- a/lyear_js_jconfirm.html +++ b/lyear_js_jconfirm.html @@ -182,7 +182,7 @@ $('.example-p-7-1').on('click', function() { var errorText = this.$content.find('.text-danger'); if (!$.trim(input.val())) { $.alert({ - content: "name 字段不能为空为空。", + content: "name 字段不能为空。", type: 'red' }); return false; -- Gitee