ソースを参照

摄像头权限弹窗

Steven 8 ヶ月 前
コミット
67f07faf8d

+ 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];
             }
         }];