@@ -159,6 +159,10 @@ class InterrogationPageState extends State<InterrogationPage> {
}else {
toasts("视频时长不能大于5分钟!");
}
+ }).catchError((error){
+ print(error);
+ print("error");
+ toasts("上传失败,不支持此格式");
});}
})
;
@@ -206,6 +206,10 @@ class VisitPageState extends State<VisitPage> {
@@ -96,6 +96,10 @@ class ConfirmOrderState extends State<ConfirmOrder> {
@@ -166,6 +166,10 @@ class PunchinState extends State<Punchin> {
@@ -183,6 +183,10 @@ class VideoUploadState extends State<VideoUpload> {