no message

This commit is contained in:
songwei
2025-05-10 11:13:43 +08:00
parent b6d8ac6c4a
commit 5bf57a1061

View File

@@ -633,6 +633,7 @@ static GJLDigitalManager * manager = nil;
self.digitalTimer =[GJLGCDTimer scheduledTimerWithTimeInterval:0.04 repeats:YES queue:strongSelf.digital_timer_queue block:^{
[strongSelf playNext];
}];
block(YES,@"开始成功");
}
-(void)toStopHeartTimer