|
@@ -343,9 +343,10 @@
|
|
|
if(_isQRCodeType){
|
|
if(_isQRCodeType){
|
|
|
[[NSNotificationCenter defaultCenter] postNotificationName:GuideOkNotification object:nil];
|
|
[[NSNotificationCenter defaultCenter] postNotificationName:GuideOkNotification object:nil];
|
|
|
}
|
|
}
|
|
|
- else{
|
|
|
|
|
|
|
+
|
|
|
|
|
+ dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.5 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
|
|
[[NSNotificationCenter defaultCenter] postNotificationName:ShowImgAndVoiceNotification object:nil];
|
|
[[NSNotificationCenter defaultCenter] postNotificationName:ShowImgAndVoiceNotification object:nil];
|
|
|
- }
|
|
|
|
|
|
|
+ });
|
|
|
|
|
|
|
|
//view 加载在windows上
|
|
//view 加载在windows上
|
|
|
[self.view removeFromSuperview];
|
|
[self.view removeFromSuperview];
|