Showing
1 changed file
with
2 additions
and
2 deletions
@@ -443,11 +443,11 @@ $(function() { | @@ -443,11 +443,11 @@ $(function() { | ||
443 | } | 443 | } |
444 | recordResult = res; | 444 | recordResult = res; |
445 | } else { | 445 | } else { |
446 | - tip.show('网络断开了~~'); | 446 | + // tip.show('网络断开了~~'); |
447 | } | 447 | } |
448 | }, | 448 | }, |
449 | error: function(res) { | 449 | error: function(res) { |
450 | - tip.show('网络断开了~~'); | 450 | + // tip.show('网络断开了~~'); |
451 | } | 451 | } |
452 | }); | 452 | }); |
453 | return recordResult; | 453 | return recordResult; |
-
Please register or login to post a comment