Showing
1 changed file
with
3 additions
and
3 deletions
@@ -570,6 +570,6 @@ $(document).on("click", ".delete-class-btn", function () { | @@ -570,6 +570,6 @@ $(document).on("click", ".delete-class-btn", function () { | ||
570 | /*******************************************************************/ | 570 | /*******************************************************************/ |
571 | 571 | ||
572 | /*验证 hack*/ | 572 | /*验证 hack*/ |
573 | -$("#productSkn").on("keyup",function(){ | ||
574 | - $(this).val($(this).val().replace(/\D/g,'')); | ||
575 | -}); | ||
573 | +// $("#productSkn").on("keyup",function(){ | ||
574 | +// $(this).val($(this).val().replace(/\D/g,'')); | ||
575 | +// }); |
-
Please register or login to post a comment