|
@@ -294,9 +294,9 @@ common={
|
|
var html="<b class=''>"+_this.data.sum+"</b>";
|
|
var html="<b class=''>"+_this.data.sum+"</b>";
|
|
this.data.ts = setInterval(function() {
|
|
this.data.ts = setInterval(function() {
|
|
if(_this.data.sum<4){
|
|
if(_this.data.sum<4){
|
|
- html="<b class='tada animated'>"+_this.data.sum+"</b>";
|
|
|
|
|
|
+ html="<b class='daoshu tada animated'>"+_this.data.sum+"</b>";
|
|
setTimeout(function(){
|
|
setTimeout(function(){
|
|
- $(".text-circle b").removeClass("tada");
|
|
|
|
|
|
+ $(".text-circle b").removeClass("daoshu");
|
|
$(".text-circle b").removeClass("animated");
|
|
$(".text-circle b").removeClass("animated");
|
|
},900)
|
|
},900)
|
|
}else{
|
|
}else{
|