@@ -203,6 +203,14 @@
[self showCalculatorVC];
_isQRCodeType = NO;
}
+ else{
+ dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(5.0 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
+ mainBlock(^{
+ playerRootVC.isPwdVCShow = NO;
+ [playerRootVC setShowImgAndVoiceTypeFun:YES];
+ });
+ }