@@ -149,6 +149,7 @@ $('#content').bind('keydown',function(event){
}
},
error: function(data){
+ $('#content').val('');
layer.alert('核销码不存在或已核销');
});