GLUE界面,完整国际化定制

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

@ -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: '4100',
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'
});

Loading…
Cancel
Save