fix:修复视频日志--本地--下载列表页面报错问题
This commit is contained in:
parent
63eb726c3b
commit
59ad5b6b14
@ -184,7 +184,9 @@ class _VideoLogPageState extends State<VideoLogPage> {
|
||||
Widget localTip() {
|
||||
return GestureDetector(
|
||||
onTap: () {
|
||||
Get.toNamed(Routers.videoLogDownLoadPage);
|
||||
Get.toNamed(Routers.videoLogDownLoadPage, arguments: <String, Object>{
|
||||
'downloadVideoLogList': <RecordListData>[],
|
||||
});
|
||||
},
|
||||
child: Container(
|
||||
// height: 130.h,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user