Authored by weiqingting

提交

@@ -233,5 +233,5 @@ gulp.task('vue',["vue-gulp"], function (cb) { @@ -233,5 +233,5 @@ gulp.task('vue',["vue-gulp"], function (cb) {
233 }); 233 });
234 }); 234 });
235 235
236 -gulp.task("default",["jquery","assets","sass","vue-gulp"]);  
237 -gulp.task('start', ["default", "static", "server","vue"]);//"vue"  
  236 +gulp.task("default",["jquery","assets","sass"]);
  237 +gulp.task('start', ["default", "static", "server"]);//"vue"
@@ -103,15 +103,15 @@ $('.dropdown-menu').on('mouseenter', function() { @@ -103,15 +103,15 @@ $('.dropdown-menu').on('mouseenter', function() {
103 $(this).hide(); 103 $(this).hide();
104 }); 104 });
105 105
106 -$(document).on("click",".btn",function(){  
107 - var $this=$(this);  
108 - if(!$this.is(":file")){  
109 - $this.prop("disabled",true);  
110 - setTimeout(function(){  
111 - $this.prop("disabled",false)  
112 - },2000);  
113 - }  
114 -}); 106 +// $(document).on("click",".btn",function(){
  107 +// var $this=$(this);
  108 +// if(!$this.is(":file")){
  109 +// $this.prop("disabled",true);
  110 +// setTimeout(function(){
  111 +// $this.prop("disabled",false)
  112 +// },2000);
  113 +// }
  114 +// });
115 115
116 $(document).on("keyup change","input[type='number']",function(){ 116 $(document).on("keyup change","input[type='number']",function(){
117 $(this).val($(this).val().replace(/[^0-9]/g, '')); 117 $(this).val($(this).val().replace(/[^0-9]/g, ''));