Authored by lijing

删除提示语

... ... @@ -443,11 +443,11 @@ $(function() {
}
recordResult = res;
} else {
tip.show('网络断开了~~');
// tip.show('网络断开了~~');
}
},
error: function(res) {
tip.show('网络断开了~~');
// tip.show('网络断开了~~');
}
});
return recordResult;
... ...