mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-27 04:26:58 +08:00
@@ -446,8 +446,7 @@ class _EditProfilePageState extends State<EditProfilePage> {
|
||||
),
|
||||
),
|
||||
)
|
||||
else if (widget != null)
|
||||
widget,
|
||||
else ?widget,
|
||||
if (needIcon)
|
||||
Icon(
|
||||
Icons.keyboard_arrow_right,
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user