Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-23 16:19:18 +08:00
parent b1432b5ff5
commit 148e0872b4
17 changed files with 126 additions and 127 deletions

View File

@@ -446,8 +446,7 @@ class _EditProfilePageState extends State<EditProfilePage> {
),
),
)
else if (widget != null)
widget,
else ?widget,
if (needIcon)
Icon(
Icons.keyboard_arrow_right,

View File

@@ -1415,7 +1415,7 @@ class VideoDetailController extends GetxController
queryParameters: {
'bvid': bvid,
'graph_version': graphVersion,
if (edgeId != null) 'edge_id': edgeId,
'edge_id': ?edgeId,
},
);
if (res.data['code'] == 0) {