mzx16822 6 years ago
parent
commit
34cc0f93cb
1 changed files with 1 additions and 2 deletions
  1. 1 2
      public/h5/datigame/js/common.js

+ 1 - 2
public/h5/datigame/js/common.js

@@ -210,8 +210,7 @@ common={
  		})
  		
  		
- 	},increment:function(bdclass,num){
- 		 var obj=$("."+bdclass);
+ 	},increment:function(obj,num){
  		 var text=obj.text();
 		obj.prop('Counter',text).animate({
 			Counter: num