25 lines
262 B
JavaScript
25 lines
262 B
JavaScript
All_timer.hide1 = function(){
|
|
//关定时器
|
|
set_self(All_timer.dealcard,57,0,0,0);
|
|
set_self(All_timer.recovery,57,0,0,0);
|
|
set_self(All_timer.clock,57,0,0,0);
|
|
set_self(All_timer.put_err,57,0,0,0);
|
|
}
|
|
|
|
All_ani.hide1 = function(){
|
|
//关动画
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|