rabin пре 3 година
родитељ
комит
3876a31f71
1 измењених фајлова са 8 додато и 0 уклоњено
  1. 8 0
      learn/active/assets/pc/html/off_code.html

+ 8 - 0
learn/active/assets/pc/html/off_code.html

@@ -152,6 +152,10 @@ $('#content').bind('keydown',function(event){
         $('#content').val('');
           layer.alert('核销码不存在或已核销', function() {
             $('#content').focus();
+            layer.closeAll();
+          }, function() {
+            $('#content').focus();
+            layer.closeAll();
           });
      }
     });
@@ -179,6 +183,10 @@ function hexiao() {
      error: function(data){
       layer.alert('核销失败', function() {
             $('#content').focus();
+            layer.closeAll();
+          }, function() {
+            $('#content').focus();
+            layer.closeAll();
           });
      }
   });