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