From 482ea3b5a165ade3da9d8f226287aa5057280091 Mon Sep 17 00:00:00 2001 From: xuxueli <931591021@qq.com> Date: Fri, 19 Jan 2018 21:50:45 +0800 Subject: [PATCH] =?UTF-8?q?GLUE=E7=95=8C=E9=9D=A2=EF=BC=8C=E5=AE=8C?= =?UTF-8?q?=E6=95=B4=E5=9B=BD=E9=99=85=E5=8C=96=E5=AE=9A=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/webapp/static/js/jobcode.index.1.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/xxl-job-admin/src/main/webapp/static/js/jobcode.index.1.js b/xxl-job-admin/src/main/webapp/static/js/jobcode.index.1.js index d1a0d982..2a2fb37f 100644 --- a/xxl-job-admin/src/main/webapp/static/js/jobcode.index.1.js +++ b/xxl-job-admin/src/main/webapp/static/js/jobcode.index.1.js @@ -38,15 +38,15 @@ $(function() { if (!glueRemark) { layer.open({ - title: '系统提示', - content: '请输入备注', + title: I18n.system_tips, + content: I18n.system_please_input + I18n.jobinfo_glue_remark , icon: '2' }); return; } if (glueRemark.length <4 || glueRemark.length > 100) { layer.open({ - title: '系统提示', + title: I18n.system_tips , content: '备注长度应该在4至100之间', icon: '2' }); @@ -65,7 +65,7 @@ $(function() { success : function(data){ if (data.code == 200) { layer.open({ - title: '系统提示', + title: I18n.system_tips, content: '保存成功', icon: '1', end: function(layero, index){ @@ -75,7 +75,7 @@ $(function() { }); } else { layer.open({ - title: '系统提示', + title: I18n.system_tips, content: (data.msg || "保存失败"), icon: '2' });