瀏覽代碼

摄像头权限弹窗

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];
                 [sendParm setValue:sendContent forKey:@"content"];
                 [self postMessage:sendParm];
+                [self showAlertWithMessage:@"请开启相机访问权限" type:CHECKDEVICETYPE_CAMREA];
             }
         }];