diff --git a/public/static/admin/default/js/email.js b/public/static/admin/default/js/email.js index 773629c51..84e290b5e 100755 --- a/public/static/admin/default/js/email.js +++ b/public/static/admin/default/js/email.js @@ -21,7 +21,7 @@ $(function() }, error:function() { - Prompt('网络异常错误'); + Prompt('服务器错误'); } }); }); diff --git a/public/static/admin/default/js/theme.js b/public/static/admin/default/js/theme.js index 91aee8f95..a45a2690d 100755 --- a/public/static/admin/default/js/theme.js +++ b/public/static/admin/default/js/theme.js @@ -29,7 +29,7 @@ $(function() }, error:function() { - Prompt('网络异常错误'); + Prompt('服务器错误'); } }); } diff --git a/public/static/common/js/common.js b/public/static/common/js/common.js index 5e006947a..d86ac6b77 100755 --- a/public/static/common/js/common.js +++ b/public/static/common/js/common.js @@ -429,7 +429,7 @@ function FromInit(form_name) { $.AMUI.progress.done(); $button.button('reset'); - Prompt('网络异常错误'); + Prompt('服务器错误'); } }); } diff --git a/public/static/index/default/js/cart.js b/public/static/index/default/js/cart.js index 276669ecd..bd320b563 100755 --- a/public/static/index/default/js/cart.js +++ b/public/static/index/default/js/cart.js @@ -80,7 +80,7 @@ $(function() error: function(xhr, type) { $.AMUI.progress.done(); - PromptCenter('网络异常错误'); + PromptCenter('服务器错误'); } }); } diff --git a/public/static/index/default/js/goods.js b/public/static/index/default/js/goods.js index f3f7f4cf8..3dfe97960 100755 --- a/public/static/index/default/js/goods.js +++ b/public/static/index/default/js/goods.js @@ -109,7 +109,7 @@ function CartAdd(e) poptit_close(); $.AMUI.progress.done(); $button.attr('disabled', false); - PromptCenter('网络异常错误'); + PromptCenter('服务器错误'); } }); break; @@ -186,9 +186,9 @@ function GoodsSpecDetail() $.AMUI.progress.done(); if($(window).width() < 640) { - PromptBottom('网络异常错误', null, null, 50); + PromptBottom('服务器错误', null, null, 50); } else { - PromptCenter('网络异常错误'); + PromptCenter('服务器错误'); } } }); @@ -264,9 +264,9 @@ function GoodsSpecType() $.AMUI.progress.done(); if($(window).width() < 640) { - PromptBottom('网络异常错误', null, null, 50); + PromptBottom('服务器错误', null, null, 50); } else { - PromptCenter('网络异常错误'); + PromptCenter('服务器错误'); } } }); @@ -464,9 +464,9 @@ $(function() { $.AMUI.progress.done(); if($(window).width() < 640) { - PromptBottom('网络异常错误', null, null, 50); + PromptBottom('服务器错误', null, null, 50); } else { - PromptCenter('网络异常错误'); + PromptCenter('服务器错误'); } } }); diff --git a/public/static/index/default/js/order.qrcodepay.js b/public/static/index/default/js/order.qrcodepay.js index a91349444..06caaad51 100644 --- a/public/static/index/default/js/order.qrcodepay.js +++ b/public/static/index/default/js/order.qrcodepay.js @@ -34,7 +34,7 @@ $(function() }, error: function(xhr, type) { - Prompt('网络异常错误'); + Prompt('服务器错误'); } }); }, 2000);