Compare commits
No commits in common. "3bc27f6e888d148fb096c74821d04551124df4b2" and "e8bb886e93e150d06564e7f9fa2207dc48b3f339" have entirely different histories.
3bc27f6e88
...
e8bb886e93
|
|
@ -282,11 +282,7 @@ class _HazardRegistrationPageState extends State<HazardRegistrationPage> {
|
|||
mediaType: MediaType.video,
|
||||
initialMediaPaths: _yinHuanVido.map((item) => item.path).toList(),
|
||||
onMediaAdded: (value) {
|
||||
try{
|
||||
_yinHuanVido.add(ImgData(path: value, id: ''));
|
||||
}catch(e){
|
||||
print("获取视频错误:${e.toString()}");
|
||||
}
|
||||
_yinHuanVido.add(ImgData(path: value, id: ''));
|
||||
},
|
||||
onMediaRemoved: (value){
|
||||
_yinHuanVido.remove(value);
|
||||
|
|
|
|||
|
|
@ -162,16 +162,9 @@ class _QuickReportPageState extends State<QuickReportPage> {
|
|||
maxCount: 1,
|
||||
mediaType: MediaType.video,
|
||||
onChanged: (List<File> files) {
|
||||
// _yinHuanVido=files[0].path;
|
||||
// 上传视频 files
|
||||
_yinHuanVido=files[0].path;
|
||||
},
|
||||
onMediaAdded:(value) {
|
||||
// 上传视频 files
|
||||
try{
|
||||
_yinHuanVido=value;
|
||||
}catch(e){
|
||||
print("获取视频失败:${e.toString()}");
|
||||
}
|
||||
},
|
||||
onAiIdentify: () {
|
||||
// AI 视频识别逻辑
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue