mod: 已失效视频处理

This commit is contained in:
guozhigq
2023-07-22 12:09:21 +08:00
parent 390724d90e
commit eab9e4149a
4 changed files with 8 additions and 6 deletions

View File

@ -65,7 +65,7 @@ class _VideoIntroPanelState extends State<VideoIntroPanel>
// 请求错误
return HttpError(
errMsg: snapshot.data['msg'],
fn: () => setState(() {}),
fn: () => Get.back(),
);
}
} else {