异常错误提示语优化

feat/task1-c-wallet
devil_gong 2019-01-10 10:58:59 +08:00
parent fa846f039a
commit 6b6066be3f
6 changed files with 12 additions and 12 deletions

View File

@ -21,7 +21,7 @@ $(function()
},
error:function()
{
Prompt('网络异常错误');
Prompt('服务器错误');
}
});
});

View File

@ -29,7 +29,7 @@ $(function()
},
error:function()
{
Prompt('网络异常错误');
Prompt('服务器错误');
}
});
}

View File

@ -429,7 +429,7 @@ function FromInit(form_name)
{
$.AMUI.progress.done();
$button.button('reset');
Prompt('网络异常错误');
Prompt('服务器错误');
}
});
}

View File

@ -80,7 +80,7 @@ $(function()
error: function(xhr, type)
{
$.AMUI.progress.done();
PromptCenter('网络异常错误');
PromptCenter('服务器错误');
}
});
}

View File

@ -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('服务器错误');
}
}
});

View File

@ -34,7 +34,7 @@ $(function()
},
error: function(xhr, type)
{
Prompt('网络异常错误');
Prompt('服务器错误');
}
});
}, 2000);