@@ -150,13 +150,7 @@ $('#content').bind('keydown',function(event){
},
error: function(data){
$('#content').val('');
- layer.alert('核销码不存在或已核销', function() {
- $('#content').focus();
- layer.closeAll();
- }, function() {
- });
+ alert('核销码不存在或已核销');
}
});
@@ -181,13 +175,7 @@ function hexiao() {
*/
- layer.alert('核销失败', function() {
+ alert('核销失败');