@@ -2506,7 +2506,11 @@ function showLoad(id, value)
$.getJSON(url, send, function(t)
{
if (t.status == 1) {
- if (t.data != 'no') {
+ if (t.data == 'no') {
+ if (e.html() == '加载中...') {
+ e.html('');
+ }
+ } else {
e.html(t.data);
form.render();
}