GLUE界面,完整国际化定制

pull/6/head
xuxueli 7 years ago
parent 892f08e088
commit 482ea3b5a1

@ -38,15 +38,15 @@ $(function() {
if (!glueRemark) { if (!glueRemark) {
layer.open({ layer.open({
title: '', title: I18n.system_tips,
content: '', content: I18n.system_please_input + I18n.jobinfo_glue_remark ,
icon: '2' icon: '2'
}); });
return; return;
} }
if (glueRemark.length <4 || glueRemark.length > 100) { if (glueRemark.length <4 || glueRemark.length > 100) {
layer.open({ layer.open({
title: '', title: I18n.system_tips ,
content: '4100', content: '4100',
icon: '2' icon: '2'
}); });
@ -65,7 +65,7 @@ $(function() {
success : function(data){ success : function(data){
if (data.code == 200) { if (data.code == 200) {
layer.open({ layer.open({
title: '', title: I18n.system_tips,
content: '', content: '',
icon: '1', icon: '1',
end: function(layero, index){ end: function(layero, index){
@ -75,7 +75,7 @@ $(function() {
}); });
} else { } else {
layer.open({ layer.open({
title: '', title: I18n.system_tips,
content: (data.msg || "保存失败"), content: (data.msg || "保存失败"),
icon: '2' icon: '2'
}); });

Loading…
Cancel
Save