mzx16822 6 yıl önce
ebeveyn
işleme
f784ecb580
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      public/h5/datigame/js/common.js

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

@@ -170,8 +170,8 @@ common={
  	},increment:function(bdclass,num){
  		 var obj=$("."+bdclass);
  		 var text=obj.text();
-		obj.prop('Counter',num-text).animate({
-			Counter: text
+		obj.prop('Counter',text).animate({
+			Counter: num
 		},{
 				duration: 3500,
 				easing: 'swing',