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