不匹配设备提示修改

This commit is contained in:
kai60
2020-07-08 17:46:23 +08:00
parent f9b3f4074f
commit 85b94bccf8
3 changed files with 21 additions and 2 deletions
@@ -286,6 +286,11 @@ extern BOOL isfromCameraView;
[self.view addSubview:_maclabel];
[self.view bringSubviewToFront:_maclabel];
[self mmPogressHUDdismiss];
[self connectNormalView];
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
[self.view makeToast:@"设备类型不匹配,请重新选择入口绑定"];
});
}
- (void)didReceiveMemoryWarning {