fix:修复视频日志--本地--下载列表页面报错问题

This commit is contained in:
liyi 2025-01-10 14:56:23 +08:00
parent 63eb726c3b
commit 59ad5b6b14

View File

@ -184,7 +184,9 @@ class _VideoLogPageState extends State<VideoLogPage> {
Widget localTip() { Widget localTip() {
return GestureDetector( return GestureDetector(
onTap: () { onTap: () {
Get.toNamed(Routers.videoLogDownLoadPage); Get.toNamed(Routers.videoLogDownLoadPage, arguments: <String, Object>{
'downloadVideoLogList': <RecordListData>[],
});
}, },
child: Container( child: Container(
// height: 130.h, // height: 130.h,