소스 검색

摄像头权限弹窗

Steven 8 달 전
부모
커밋
67f07faf8d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      KulexiuForTeacher/KulexiuForTeacher/Common/Base/WebView/KSBaseWKWebViewController.m

+ 1 - 0
KulexiuForTeacher/KulexiuForTeacher/Common/Base/WebView/KSBaseWKWebViewController.m

@@ -774,6 +774,7 @@ typedef NS_ENUM(NSInteger, CHOOSETYPE) {
                 NSMutableDictionary *sendParm = [NSMutableDictionary dictionaryWithDictionary:parm];
                 NSMutableDictionary *sendParm = [NSMutableDictionary dictionaryWithDictionary:parm];
                 [sendParm setValue:sendContent forKey:@"content"];
                 [sendParm setValue:sendContent forKey:@"content"];
                 [self postMessage:sendParm];
                 [self postMessage:sendParm];
+                [self showAlertWithMessage:@"请开启相机访问权限" type:CHECKDEVICETYPE_CAMREA];
             }
             }
         }];
         }];