mod: 补充部分异常报错

This commit is contained in:
orz12
2024-03-07 09:47:42 +08:00
parent 7331038cdc
commit f29d141561
10 changed files with 31 additions and 9 deletions

View File

@@ -57,6 +57,8 @@ class VideoCardV extends StatelessWidget {
},
),
);
} else {
SmartDialog.showToast(result['msg']);
}
break;
case 'av':
@@ -94,6 +96,8 @@ class VideoCardV extends StatelessWidget {
'floor': 1,
'action': 'detail'
});
} else {
SmartDialog.showToast(res['msg']);
}
return;
}